Skip to content

Commit de28e25

Browse files
switch to lowercase sdk
Co-authored-by: Viktor Hofer <[email protected]>
1 parent e4c028b commit de28e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layout/redist/targets/OverlaySdkOnLKG.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
Stage0MicrosoftNETCoreAppRefPackageVersionPath="$(_DotNetHiveRoot)/sdk/$(Stage0SdkVersion)/Microsoft.NETCoreSdk.BundledVersions.props"
3636
MicrosoftNETCoreAppRefPackageVersion="$(MicrosoftNETCoreAppRefPackageVersion)"
3737
NewSDKVersion="$(Version)"
38-
OutputPath="$(TestHostDotNetRoot)/SDK/$(Version)/Microsoft.NETCoreSdk.BundledVersions.props"/>
38+
OutputPath="$(TestHostDotNetRoot)/sdk/$(Version)/Microsoft.NETCoreSdk.BundledVersions.props"/>
3939

4040
<!-- Copy artifacts to the testhost folder. -->
4141
<Copy DestinationFiles="@(InstallerOutputFile)"

0 commit comments

Comments
 (0)