Skip to content

Commit cdf7249

Browse files
committed
Add PB_IsStable (StabilizePackageVersion alias)
RoslynTools-using repos look for PB_IsStable.
1 parent 8c41179 commit cdf7249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repos/dir.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<EnvironmentVariables Include="DotNetCoreSdkDir=$(DotNetCliToolDir)" />
5454
<EnvironmentVariables Include="DotNetBuildToolsDir=$(ProjectDir)Tools/" />
5555
<EnvironmentVariables Include="StabilizePackageVersion=$(UseStableVersions)" Condition="'$(UseStableVersions)' != ''" />
56+
<EnvironmentVariables Include="PB_IsStable=$(UseStableVersions)" Condition="'$(UseStableVersions)' != ''" />
5657
<EnvironmentVariables Include="PackageVersionStamp=$(VersionStamp)" Condition="'$(VersionStamp)' != ''" />
5758

5859
<!-- Turn off node reuse for source build because repos use conflicting versions

0 commit comments

Comments
 (0)