|
|
@@ -61,6 +61,7 @@ variables:
|
|
|
value: /p:TeamName=$(_TeamName)
|
|
|
/p:OfficialBuildId=$(Build.BuildNumber)
|
|
|
/p:SkipTestBuild=true
|
|
|
+ /p:PostBuildSign=$(PostBuildSign)
|
|
|
# DotNet-Blob-Feed provides: dotnetfeed-storage-access-key-1
|
|
|
# Publish-Build-Assets provides: MaestroAccessToken, BotAccount-dotnet-maestro-bot-PAT
|
|
|
- group: DotNet-Blob-Feed
|
|
|
@@ -89,7 +90,7 @@ variables:
|
|
|
value: -ExcludeCIBinaryLog
|
|
|
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
|
|
|
- name: _BuildArgs
|
|
|
- value: '/p:SkipTestBuild=true'
|
|
|
+ value: '/p:SkipTestBuild=true /p:PostBuildSign=$(PostBuildSign)'
|
|
|
- name: _PublishArgs
|
|
|
value: ''
|
|
|
# Write binary logs for all main Windows build steps except the x86 one in public and PR builds.
|
|
|
@@ -431,7 +432,6 @@ stages:
|
|
|
-p:OnlyPackPlatformSpecificPackages=true
|
|
|
-p:AssetManifestFileName=aspnetcore-Linux_x64.xml
|
|
|
$(_BuildArgs)
|
|
|
- $(_PublishArgs)
|
|
|
$(_InternalRuntimeDownloadArgs)
|
|
|
displayName: Run build.sh
|
|
|
- script: |
|
|
|
@@ -461,7 +461,7 @@ stages:
|
|
|
-p:OnlyPackPlatformSpecificPackages=true \
|
|
|
-p:BuildRuntimeArchive=false \
|
|
|
-p:LinuxInstallerType=rpm \
|
|
|
- -p:AssetManifestFileName=aspnetcore-Linux_x64-installers.xml \
|
|
|
+ -p:AssetManifestFileName=aspnetcore-Linux_x64.xml \
|
|
|
$(_BuildArgs) \
|
|
|
$(_PublishArgs) \
|
|
|
$(_InternalRuntimeDownloadArgs)
|