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

[release/6.0] Publish Windows x64/x86 checksums (#37564)

- were missing because AfterSigning.proj executes only when main build does something
  - i.e. must combine checksum generation w/ `Build`, `Test`, `Pack`, or similar targets
- recombine Installers and Publish build steps, matching what we have in release/5.0
- cherry-pick from #37557
上级 8729b315
No related branches found
No related tags found
无相关合并请求
......@@ -213,26 +213,14 @@ stages:
-buildInstallers
-noBuildNative
/p:DotNetSignType=$(_SignType)
/p:AssetManifestFileName=aspnetcore-win-x64-x86.xml
$(_BuildArgs)
$(_PublishArgs)
$(_InternalRuntimeDownloadArgs)
/p:PublishInstallerBaseVersion=true
$(WindowsInstallersLogArgs)
displayName: Build Installers
- script: ./eng/build.cmd
-ci
-noBuildRepoTasks
-noBuildNative
-noBuild
-noRestore
-projects eng/empty.proj
$(_BuildArgs)
$(_InternalRuntimeDownloadArgs)
$(_PublishArgs)
/p:AssetManifestFileName=aspnetcore-win-x64-x86.xml
/p:PublishInstallerBaseVersion=true
/bl:artifacts/log/Release/Build.Publish.binlog
displayName: Publish
# A few files must also go to the VS package feed.
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), ne(variables['PostBuildSign'], 'true')) }}:
- task: NuGetCommand@2
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册