File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/Layout/redist/targets Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 5
5
<_DotNetHiveRoot >$(DOTNET_INSTALL_DIR)</_DotNetHiveRoot >
6
6
<_DotNetHiveRoot Condition =" '$(_DotNetHiveRoot)' == ''" >$(RepoRoot).dotnet/</_DotNetHiveRoot >
7
7
<_DotNetHiveRoot Condition =" !HasTrailingSlash('$(_DotNetHiveRoot)')" >$(_DotNetHiveRoot)/</_DotNetHiveRoot >
8
- <SdkOutputDirectory >$(RedistLayoutPath)sdk\$(Version)</SdkOutputDirectory >
9
8
</PropertyGroup >
10
9
11
10
<!-- Get stage 0 SDK version without having to duplicate the LKG SDK property between the global.json
35
34
Stage0MicrosoftNETCoreAppRefPackageVersionPath =" $(_DotNetHiveRoot)/sdk/$(Stage0SdkVersion)/Microsoft.NETCoreSdk.BundledVersions.props"
36
35
MicrosoftNETCoreAppRefPackageVersion =" $(MicrosoftNETCoreAppRefPackageVersion)"
37
36
NewSDKVersion =" $(Version)"
38
- OutputPath =" $(TestHostDotNetRoot )/sdk/$(Version)/Microsoft.NETCoreSdk.BundledVersions.props" />
37
+ OutputPath =" $(RedistInstallerLayoutPath )/sdk/$(Version)/Microsoft.NETCoreSdk.BundledVersions.props" />
39
38
40
39
<!-- Copy artifacts to the testhost folder. -->
41
40
<Copy DestinationFiles =" @(InstallerOutputFile)"
You can’t perform that action at this time.
0 commit comments