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 e4c028b commit de28e25Copy full SHA for de28e25
src/Layout/redist/targets/OverlaySdkOnLKG.targets
@@ -35,7 +35,7 @@
35
Stage0MicrosoftNETCoreAppRefPackageVersionPath="$(_DotNetHiveRoot)/sdk/$(Stage0SdkVersion)/Microsoft.NETCoreSdk.BundledVersions.props"
36
MicrosoftNETCoreAppRefPackageVersion="$(MicrosoftNETCoreAppRefPackageVersion)"
37
NewSDKVersion="$(Version)"
38
- OutputPath="$(TestHostDotNetRoot)/SDK/$(Version)/Microsoft.NETCoreSdk.BundledVersions.props"/>
+ OutputPath="$(TestHostDotNetRoot)/sdk/$(Version)/Microsoft.NETCoreSdk.BundledVersions.props"/>
39
40
<!-- Copy artifacts to the testhost folder. -->
41
<Copy DestinationFiles="@(InstallerOutputFile)"
0 commit comments