Skip to content
代码片段 群组 项目
未验证 提交 3b1fd90d 编辑于 作者: William Godbe's avatar William Godbe 提交者: GitHub
浏览文件

Move artifacts block to bottom of win-arm64 leg (#30634)

上级 82baa7bd
No related branches found
No related tags found
无相关合并请求
...@@ -296,6 +296,16 @@ stages: ...@@ -296,6 +296,16 @@ stages:
$(_InternalRuntimeDownloadArgs) $(_InternalRuntimeDownloadArgs)
/bl:artifacts/log/Release/Build.Installers.Arm64.binlog /bl:artifacts/log/Release/Build.Installers.Arm64.binlog
displayName: Build Arm64 Installers displayName: Build Arm64 Installers
# A few files must also go to the VS package feed.
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- task: NuGetCommand@2
displayName: Push Visual Studio packages
inputs:
command: push
packagesToPush: 'artifacts/packages/**/VS.Redist.Common.AspNetCore.*.nupkg'
nuGetFeedType: external
publishFeedCredentials: 'DevDiv - VS package feed'
artifacts: artifacts:
- name: Windows_arm64_Logs - name: Windows_arm64_Logs
...@@ -307,16 +317,6 @@ stages: ...@@ -307,16 +317,6 @@ stages:
- name: Windows_arm64_Installers - name: Windows_arm64_Installers
path: artifacts/installers/ path: artifacts/installers/
# A few files must also go to the VS package feed.
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- task: NuGetCommand@2
displayName: Push Visual Studio packages
inputs:
command: push
packagesToPush: 'artifacts/packages/**/VS.Redist.Common.AspNetCore.*.nupkg'
nuGetFeedType: external
publishFeedCredentials: 'DevDiv - VS package feed'
# Build MacOS # Build MacOS
- template: jobs/default-build.yml - template: jobs/default-build.yml
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册