We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df44a0 commit 9eaf7b2Copy full SHA for 9eaf7b2
eng/common/core-templates/job/publish-build-assets.yml
@@ -145,6 +145,11 @@ jobs:
145
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
146
is1ESPipeline: ${{ parameters.is1ESPipeline }}
147
148
+ # Darc is targeting 8.0, so make sure it's installed
149
+ - task: UseDotNet@2
150
+ inputs:
151
+ version: 8.0.x
152
+
153
- task: AzureCLI@2
154
displayName: Publish Using Darc
155
inputs:
eng/common/core-templates/post-build/post-build.yml
@@ -305,6 +305,11 @@ stages:
305
306
- task: NuGetAuthenticate@1
307
308
309
310
311
312
313
314
315
0 commit comments