-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a job for experimental Framework MSBuild insertion to a pipeline #9309
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rokonec
approved these changes
Oct 6, 2023
JanKrivanek
approved these changes
Oct 9, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good - I have just one comment for consideration
Could you link to the successful run, please? |
Sure, this link. |
rainersigwald
approved these changes
Oct 11, 2023
bulatgrzegorz
pushed a commit
to bulatgrzegorz/selective-condition-evaluator
that referenced
this pull request
Oct 16, 2023
…otnet#9309) Context We need to add an extra job to .exp-insertions.yml pipeline for creating experimental Framework MSBuild. Changes Made Pipeline refactored, a job added Fixed bug in deploy script code path for Framework MSBuild Testing Manual run of the pipeline
MichalPavlik
pushed a commit
that referenced
this pull request
Oct 17, 2023
…9309) Context We need to add an extra job to .exp-insertions.yml pipeline for creating experimental Framework MSBuild. Changes Made Pipeline refactored, a job added Fixed bug in deploy script code path for Framework MSBuild Testing Manual run of the pipeline
JaynieBai
added a commit
that referenced
this pull request
Oct 18, 2023
Fixes #1897030 Context Checkout of CloudBuildConfig repo in Pipelines - Runs for MSBuild-prepare-exp-bits (azure.com) takes 10 minutes and we need only 1 file. We might research a solution to get this one file only (a web request with authorization maybe). Add a job for experimental Framework MSBuild insertion to a pipeline #9309 (comment) Changes Made Use the https://learn.microsoft.com/en-us/rest/api/azure/devops/git/items/get?view=azure-devops-rest-4.1&tabs=HTTP Filter the artifacts Test https://dev.azure.com/devdiv/DevDiv/_build/results?buildId=8547869&view=results
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
We need to add an extra job to .exp-insertions.yml pipeline for creating experimental Framework MSBuild.
Changes Made
Testing
Manual run of the pipeline