-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Checkout updates of the dependencies #11263
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
Changes from all commits
ae34219
c9fe388
8d94dfc
05102a9
aaf129b
32be7ae
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -140,7 +140,7 @@ jobs: | |
| /p:MaestroApiEndpoint=https://maestro.dot.net | ||
| /p:OfficialBuildId=$(OfficialBuildId) | ||
| -runtimeSourceFeed https://ci.dot.net/internal | ||
| -runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64) | ||
| -runtimeSourceFeedKey '$(dotnetbuilds-internal-container-read-token-base64)' | ||
|
|
||
| condition: ${{ parameters.condition }} | ||
| continueOnError: ${{ parameters.continueOnError }} | ||
|
|
@@ -189,6 +189,11 @@ jobs: | |
| BARBuildId: ${{ parameters.BARBuildId }} | ||
| PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} | ||
| is1ESPipeline: ${{ parameters.is1ESPipeline }} | ||
|
|
||
| # Darc is targeting 8.0, so make sure it's installed | ||
| - task: UseDotNet@2 | ||
| inputs: | ||
| version: 8.0.x | ||
|
|
||
| - task: AzureCLI@2 | ||
| displayName: Publish Using Darc | ||
|
|
@@ -205,8 +210,8 @@ jobs: | |
| -ArtifactsPublishingAdditionalParameters '${{ parameters.artifactsPublishingAdditionalParameters }}' | ||
| -SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}' | ||
| -SkipAssetsPublishing '${{ parameters.isAssetlessBuild }}' | ||
| -runtimeSourceFeed https://ci.dot.net/internal | ||
| -runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64) | ||
| -runtimeSourceFeed https://ci.dot.net/internal | ||
|
||
| -runtimeSourceFeedKey '$(dotnetbuilds-internal-container-read-token-base64)' | ||
| - ${{ if eq(parameters.enablePublishBuildArtifacts, 'true') }}: | ||
| - template: /eng/common/core-templates/steps/publish-logs.yml | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -313,6 +313,10 @@ stages: | |||||
|
|
||||||
| - template: /eng/common/templates/steps/enable-internal-runtimes.yml | ||||||
|
|
||||||
| - task: UseDotNet@2 | ||||||
| inputs: | ||||||
| version: 8.0.x | ||||||
|
|
||||||
| - task: AzureCLI@2 | ||||||
| displayName: Publish Using Darc | ||||||
| inputs: | ||||||
|
|
@@ -330,4 +334,4 @@ stages: | |||||
| -SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}' | ||||||
| -SkipAssetsPublishing '${{ parameters.isAssetlessBuild }}' | ||||||
| -runtimeSourceFeed https://ci.dot.net/internal | ||||||
|
||||||
| -runtimeSourceFeed https://ci.dot.net/internal | |
| -runtimeSourceFeed https://ci.dot.net/internal |
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.
Trailing whitespace detected at the end of line 192. Consider removing it to maintain code cleanliness.