Skip to content

Commit b0568d5

Browse files
authored
Revive build installers step (#17914)
* Revive build installers step
1 parent e4c0ec3 commit b0568d5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.azure/pipelines/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,19 @@ stages:
117117
$(_BuildArgs)
118118
displayName: Code sign packages
119119

120+
# Windows installers bundle both x86 and x64 assets
121+
- script: ./build.cmd
122+
-ci
123+
-sign
124+
-buildInstallers
125+
/bl:artifacts/log/installers.msbuild.binlog
126+
/p:DotNetSignType=$(_SignType)
127+
/p:AssetManifestFileName=aspnetcore-win-x64-x86.xml
128+
$(_BuildArgs)
129+
$(_PublishArgs)
130+
/p:PublishInstallerBaseVersion=true
131+
displayName: Build Installers
132+
120133
artifacts:
121134
- name: Windows_Logs
122135
path: artifacts/log/

0 commit comments

Comments
 (0)