-
Notifications
You must be signed in to change notification settings - Fork 138
[main] Add source-build-pre-release pipeline yaml #3079
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
Conversation
Co-authored-by: Michael Simons <msimons@microsoft.com>
MichaelSimons
left a comment
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.
The new changes look good. What's the resolution to the to open comments I made previously?
eng/templates/get-build-info.yml
Outdated
| @@ -0,0 +1,118 @@ | |||
| parameters: | |||
| - name: stageDotNetPipelineResource | |||
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.
| - name: stageDotNetPipelineResource | |
| - name: dotnetStagingPipelineResource |
This reverts commit a8de4cb.
… source-build-pre-release
| env: | ||
| AZURE_DEVOPS_EXT_PAT: $(System.AccessToken) | ||
| - ${{ if eq(parameters.useSpecificPipelineRunIDs, true) }}: |
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.
FYI usage of - ${{ else }} would make this more readable IMO.
Fixes #2710. Part of #3065
This is a new pipeline that: