Skip to content

Commit

Permalink
Apply UseStableVersions to CLI (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagood committed Oct 19, 2018
1 parent ddcc512 commit 1bfe7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/cli.proj
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

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

<Target Name="AddProdConFeed" BeforeTargets="Build" DependsOnTargets="GetProdConBlobFeedUrl">
Expand Down

0 comments on commit 1bfe7fc

Please sign in to comment.