Skip to content

Commit a858faf

Browse files
authored
Update Publishing.props
1 parent 1b415a7 commit a858faf

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

eng/Publishing.props

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<Project>
2+
<Import Project="Common.props" />
23

34
<PropertyGroup>
45
<ProducesDotNetReleaseShippingAssets>true</ProducesDotNetReleaseShippingAssets>
@@ -14,16 +15,6 @@
1415

1516
<!-- This avoids creating VS.*.symbols.nupkg packages that are identical to the original package. -->
1617
<AutoGenerateSymbolPackages>false</AutoGenerateSymbolPackages>
17-
18-
<!--
19-
Some assets are produced in all jobs, but only one job can publish them. We follow the following rules in that case:
20-
- If we're building outside of the VMR, publish these assets from the Windows job.
21-
- If we're building inside the VMR, publish these assets from whichever job is producing non-RID-specific artifacts.
22-
-->
23-
<PublishAllBuildsAssetsInThisJob Condition="('$(OS)' == 'Windows_NT' and '$(DotNetBuildOrchestrator)' != 'true')
24-
or ('$(DotNetBuildOrchestrator)' == 'true' and '$(EnableDefaultRidSpecificArtifacts)' != 'true'
25-
and ('$(DotNetBuildPass)' == '' or '$(DotNetBuildPass)' == '1'))">true</PublishAllBuildsAssetsInThisJob>
26-
<PublishInstallerBaseVersion Condition="'$(PublishInstallerBaseVersion)' == ''">$(PublishAllBuildsAssetsInThisJob)</PublishInstallerBaseVersion>
2718
</PropertyGroup>
2819

2920
<!-- $(InstallersOutputPath), $(SymbolsOutputPath), and $(ChecksumExtensions) are not defined. Root Directory.Build.props is not imported. -->

0 commit comments

Comments
 (0)