File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Installer/redist-installer/targets Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1247,7 +1247,9 @@ Copyright (c) .NET Foundation. All rights reserved.
1247
1247
<PropertyGroup >
1248
1248
<MinimumMSBuildVersionFile >$(RedistLayoutPath)sdk/$(Version)/minimumMSBuildVersion</MinimumMSBuildVersionFile >
1249
1249
<BundledMSBuildPropsFileName >Microsoft.NETCoreSdk.BundledMSBuildInformation.props</BundledMSBuildPropsFileName >
1250
- <BundledMSBuildVersion >$(MSBuildVersion)</BundledMSBuildVersion >
1250
+ <_ShippingMSBuildVersion >$(MicrosoftBuildVersion)</_ShippingMSBuildVersion >
1251
+ <_ShippingMSBuildVersion Condition =" $(_ShippingMSBuildVersion.Contains('-'))" >$(MicrosoftBuildVersion.Split('-')[0])</_ShippingMSBuildVersion >
1252
+ <BundledMSBuildVersion >$(_ShippingMSBuildVersion)</BundledMSBuildVersion >
1251
1253
</PropertyGroup >
1252
1254
1253
1255
<Error Text =" No MSBuild version file found under '$(RedistLayoutPath)sdk/$(Version)'" Condition =" !Exists('$(MinimumMSBuildVersionFile)')" />
You can’t perform that action at this time.
0 commit comments