зеркало из https://github.com/dotnet/aspnetcore.git
Remove double publish of windows assets (#39439)
This commit is contained in:
Родитель
b611dc1c19
Коммит
b4dc2153d7
|
@ -243,11 +243,8 @@ stages:
|
|||
-buildInstallers
|
||||
-noBuildNative
|
||||
/p:DotNetSignType=$(_SignType)
|
||||
/p:AssetManifestFileName=aspnetcore-win-x64-x86.xml
|
||||
$(_BuildArgs)
|
||||
$(_PublishArgs)
|
||||
$(_InternalRuntimeDownloadArgs)
|
||||
/p:PublishInstallerBaseVersion=true
|
||||
$(WindowsInstallersLogArgs)
|
||||
displayName: Build Installers
|
||||
|
||||
|
@ -260,9 +257,10 @@ stages:
|
|||
-buildInstallers
|
||||
-noBuildNative
|
||||
/p:DotNetSignType=$(_SignType)
|
||||
/p:AssetManifestFileName=aspnetcore-win-arm64.xml
|
||||
/p:AssetManifestFileName=aspnetcore-win.xml
|
||||
$(_BuildArgs)
|
||||
$(_PublishArgs)
|
||||
/p:PublishInstallerBaseVersion=true
|
||||
$(_InternalRuntimeDownloadArgs)
|
||||
$(WindowsArm64InstallersLogArgs)
|
||||
displayName: Build ARM64 Installers
|
||||
|
|
Загрузка…
Ссылка в новой задаче