We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcc512 commit 1bfe7fcCopy full SHA for 1bfe7fc
repos/cli.proj
@@ -100,7 +100,7 @@
100
101
<!-- Produce stable versions for RTM only. When https://github.com/dotnet/source-build/issues/550
102
is fixed we will be able to determine this automatically. -->
103
- <EnvironmentVariables Include="DropSuffix=true" />
+ <EnvironmentVariables Include="DropSuffix=$(UseStableVersions)" />
104
</ItemGroup>
105
106
<Target Name="AddProdConFeed" BeforeTargets="Build" DependsOnTargets="GetProdConBlobFeedUrl">
0 commit comments