File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 11<Project >
2+ <Import Project =" Common.props" />
23
34 <PropertyGroup >
45 <ProducesDotNetReleaseShippingAssets >true</ProducesDotNetReleaseShippingAssets >
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. -->
You can’t perform that action at this time.
0 commit comments