File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1515 </ItemGroup >
1616
1717 <!--
18- During PR Validation we only need to publish symbols with Arcade,
19- since our packages are published separately to the CoreXT feed.
18+ In the Roslyn official build, we only want to publish symbols with Arcade.
19+ Packages for VS are published separately to the CoreXT feed.
20+ Roslyn official packages are produced by the VMR build.
2021
2122 Also, do not publish any symbols packages in source-only builds.
2223 -->
2324 <Target Name =" _ResolvePublishRoslynNuGetPackages"
2425 DependsOnTargets =" BeforePublish"
2526 BeforeTargets =" PublishToAzureDevOpsArtifacts"
26- Condition =" '$(PreReleaseVersionLabel )' == 'pr-validation ' or '$(DotNetBuildSourceOnly)' == 'true' " >
27+ Condition =" '$(DotNetBuildFromVMR )' != 'true ' or '$(DotNetBuildSourceOnly)' == 'true' " >
2728
2829 <ItemGroup >
2930 <!-- Determine all NuGet packages being published -->
3738 Condition =" $([System.String]::Copy(%(FullPath)).Contains('.Symbols.'))" />
3839 </ItemGroup >
3940
40- <ItemGroup Condition =" '$(PreReleaseVersionLabel )' == 'pr-validation ' " >
41+ <ItemGroup Condition =" '$(DotNetBuildFromVMR )' != 'true ' " >
4142 <!-- Remove all NuGet packages from being published -->
4243 <ItemsToPushToBlobFeed Remove =" @(_NuGetPackagesToPush)" />
4344 </ItemGroup >
You can’t perform that action at this time.
0 commit comments