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 8c41179 commit cdf7249Copy full SHA for cdf7249
repos/dir.props
@@ -53,6 +53,7 @@
53
<EnvironmentVariables Include="DotNetCoreSdkDir=$(DotNetCliToolDir)" />
54
<EnvironmentVariables Include="DotNetBuildToolsDir=$(ProjectDir)Tools/" />
55
<EnvironmentVariables Include="StabilizePackageVersion=$(UseStableVersions)" Condition="'$(UseStableVersions)' != ''" />
56
+ <EnvironmentVariables Include="PB_IsStable=$(UseStableVersions)" Condition="'$(UseStableVersions)' != ''" />
57
<EnvironmentVariables Include="PackageVersionStamp=$(VersionStamp)" Condition="'$(VersionStamp)' != ''" />
58
59
<!-- Turn off node reuse for source build because repos use conflicting versions
0 commit comments