File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 39
39
-projects $(Build.SourcesDirectory)/eng/empty.proj
40
40
/p:AssetManifestFileName=aspnetcore-${{ parameters.inputName }}-signed.xml
41
41
/p:DotNetSignType=$(_SignType)
42
+ /p:PublishInstallerBaseVersion=false
42
43
$(_BuildArgs)
43
44
$(_PublishArgs)
44
45
$(_InternalRuntimeDownloadCodeSignArgs)
Original file line number Diff line number Diff line change 12
12
'$(PostBuildSign)' != 'true' and
13
13
'$(DotNetBuildRepo)' != 'true'" >false</EnableDefaultArtifacts >
14
14
15
- <PublishInstallerBaseVersion Condition =" '$(OS)' == 'Windows_NT' or '$(DotNetBuildOrchestrator)' == 'true'" >true</PublishInstallerBaseVersion >
15
+ <PublishInstallerBaseVersion Condition =" '$(PublishInstallerBaseVersion)' == '' and
16
+ ('$(OS)' == 'Windows_NT' or '$(DotNetBuildOrchestrator)' == 'true')" >true</PublishInstallerBaseVersion >
16
17
<!-- This avoids creating VS.*.symbols.nupkg packages that are identical to the original package. -->
17
18
<AutoGenerateSymbolPackages >false</AutoGenerateSymbolPackages >
18
19
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments