Skip to content

Commit 1bfe7fc

Browse files
authored
Apply UseStableVersions to CLI (#824)
1 parent ddcc512 commit 1bfe7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repos/cli.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101
<!-- Produce stable versions for RTM only. When https://github.com/dotnet/source-build/issues/550
102102
is fixed we will be able to determine this automatically. -->
103-
<EnvironmentVariables Include="DropSuffix=true" />
103+
<EnvironmentVariables Include="DropSuffix=$(UseStableVersions)" />
104104
</ItemGroup>
105105

106106
<Target Name="AddProdConFeed" BeforeTargets="Build" DependsOnTargets="GetProdConBlobFeedUrl">

0 commit comments

Comments
 (0)