Skip to content

Commit 3b1fd90

Browse files
authored
Move artifacts block to bottom of win-arm64 leg (#30634)
1 parent 82baa7b commit 3b1fd90

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.azure/pipelines/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,16 @@ stages:
296296
$(_InternalRuntimeDownloadArgs)
297297
/bl:artifacts/log/Release/Build.Installers.Arm64.binlog
298298
displayName: Build Arm64 Installers
299+
300+
# A few files must also go to the VS package feed.
301+
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
302+
- task: NuGetCommand@2
303+
displayName: Push Visual Studio packages
304+
inputs:
305+
command: push
306+
packagesToPush: 'artifacts/packages/**/VS.Redist.Common.AspNetCore.*.nupkg'
307+
nuGetFeedType: external
308+
publishFeedCredentials: 'DevDiv - VS package feed'
299309

300310
artifacts:
301311
- name: Windows_arm64_Logs
@@ -307,16 +317,6 @@ stages:
307317
- name: Windows_arm64_Installers
308318
path: artifacts/installers/
309319

310-
# A few files must also go to the VS package feed.
311-
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
312-
- task: NuGetCommand@2
313-
displayName: Push Visual Studio packages
314-
inputs:
315-
command: push
316-
packagesToPush: 'artifacts/packages/**/VS.Redist.Common.AspNetCore.*.nupkg'
317-
nuGetFeedType: external
318-
publishFeedCredentials: 'DevDiv - VS package feed'
319-
320320

321321
# Build MacOS
322322
- template: jobs/default-build.yml

0 commit comments

Comments
 (0)