Skip to content

Commit c847ca6

Browse files
authored
1 parent baaa3bb commit c847ca6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Layout/redist/targets/OverlaySdkOnLKG.targets

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@
3030
<InstallerOutputFile Include="@(OverlaySDKFile)" Exclude="@(InstallerOutputFile)" />
3131
</ItemGroup>
3232

33-
<OverrideAndCreateBundledNETCoreAppPackageVersion
34-
Stage0MicrosoftNETCoreAppRefPackageVersionPath="$(_DotNetHiveRoot)/sdk/$(Stage0SdkVersion)/Microsoft.NETCoreSdk.BundledVersions.props"
35-
MicrosoftNETCoreAppRefPackageVersion="$(MicrosoftNETCoreAppRefPackageVersion)"
36-
NewSDKVersion="$(Version)"
37-
TargetRid="$(TargetRid)"
38-
OutputPath="$(RedistInstallerLayoutPath)/sdk/$(Version)/Microsoft.NETCoreSdk.BundledVersions.props"/>
39-
4033
<!-- Copy artifacts to the testhost folder. -->
4134
<Copy DestinationFiles="@(InstallerOutputFile)"
4235
SourceFiles="@(InstallerOutputFile->Metadata('Source'))"
4336
SkipUnchangedFiles="true"
4437
UseHardLinksIfPossible="true" />
38+
39+
<OverrideAndCreateBundledNETCoreAppPackageVersion
40+
Stage0MicrosoftNETCoreAppRefPackageVersionPath="$(_DotNetHiveRoot)/sdk/$(Stage0SdkVersion)/Microsoft.NETCoreSdk.BundledVersions.props"
41+
MicrosoftNETCoreAppRefPackageVersion="$(MicrosoftNETCoreAppRefPackageVersion)"
42+
NewSDKVersion="$(Version)"
43+
TargetRid="$(TargetRid)"
44+
OutputPath="$(TestHostDotNetRoot)/sdk/$(Version)/Microsoft.NETCoreSdk.BundledVersions.props"/>
4545
</Target>
4646

4747
<Target Name="PublishTestWorkloads"

0 commit comments

Comments
 (0)