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 fb1799f commit c982c6fCopy full SHA for c982c6f
eng/common/core-templates/job/publish-build-assets.yml
@@ -180,6 +180,11 @@ jobs:
180
PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }}
181
is1ESPipeline: ${{ parameters.is1ESPipeline }}
182
183
+ # Darc is targeting 8.0, so make sure it's installed
184
+ - task: UseDotNet@2
185
+ inputs:
186
+ version: 8.0.x
187
+
188
- task: AzureCLI@2
189
displayName: Publish Using Darc
190
inputs:
eng/common/core-templates/post-build/post-build.yml
@@ -307,6 +307,11 @@ stages:
307
308
- task: NuGetAuthenticate@1
309
310
311
312
313
314
315
316
317
0 commit comments