We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c0ec3 commit b0568d5Copy full SHA for b0568d5
.azure/pipelines/ci.yml
@@ -117,6 +117,19 @@ stages:
117
$(_BuildArgs)
118
displayName: Code sign packages
119
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
+
133
artifacts:
134
- name: Windows_Logs
135
path: artifacts/log/
0 commit comments