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

Fix the missing arm64 sharedfx msi (#40717)

上级 6627777a
No related branches found
No related tags found
无相关合并请求
...@@ -244,12 +244,27 @@ stages: ...@@ -244,12 +244,27 @@ stages:
-noBuildNative -noBuildNative
/p:DotNetSignType=$(_SignType) /p:DotNetSignType=$(_SignType)
$(_BuildArgs) $(_BuildArgs)
$(_PublishArgs)
$(_InternalRuntimeDownloadArgs) $(_InternalRuntimeDownloadArgs)
/p:PublishInstallerBaseVersion=true
$(WindowsInstallersLogArgs) $(WindowsInstallersLogArgs)
displayName: Build Installers displayName: Build Installers
# Windows installers bundle and sharedfx msi for arm64
- script: ./eng/build.cmd
-ci
-noBuildRepoTasks
-arch arm64
-sign
-buildInstallers
-noBuildNative
/p:DotNetSignType=$(_SignType)
/p:AssetManifestFileName=aspnetcore-win.xml
$(_BuildArgs)
$(_PublishArgs)
/p:PublishInstallerBaseVersion=true
$(_InternalRuntimeDownloadArgs)
$(WindowsArm64InstallersLogArgs)
displayName: Build ARM64 Installers
# A few files must also go to the VS package feed. # 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')) }}: - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), ne(variables.PostBuildSign, 'true')) }}:
- task: NuGetCommand@2 - task: NuGetCommand@2
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册