Skip to content

Commit bc40d8b

Browse files
authored
Add PublishInstallerBaseVersion back (#61852)
1 parent 92bc896 commit bc40d8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/Common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@
4747
<PublishAllBuildsAssetsInThisJob Condition="('$(OS)' == 'Windows_NT' and '$(DotNetBuildOrchestrator)' != 'true')
4848
or ('$(DotNetBuildOrchestrator)' == 'true' and '$(EnableDefaultRidSpecificArtifacts)' != 'true'
4949
and ('$(DotNetBuildPass)' == '' or '$(DotNetBuildPass)' == '1'))">true</PublishAllBuildsAssetsInThisJob>
50+
<PublishInstallerBaseVersion Condition="'$(PublishInstallerBaseVersion)' == ''">$(PublishAllBuildsAssetsInThisJob)</PublishInstallerBaseVersion>
5051
</PropertyGroup>
5152
</Project>

0 commit comments

Comments
 (0)