Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2c194e

Browse files
authored
Disable the hard link copy as this was causing the exe bundle to pick up the stage2 changes. (#51111)
2 parents c637238 + 8c523a9 commit e2c194e

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
@@ -34,7 +34,7 @@
3434
<Copy DestinationFiles="@(InstallerOutputFile)"
3535
SourceFiles="@(InstallerOutputFile->Metadata('Source'))"
3636
SkipUnchangedFiles="true"
37-
UseHardLinksIfPossible="true" />
37+
UseHardLinksIfPossible="false" />
3838

3939
<OverrideAndCreateBundledNETCoreAppPackageVersion
4040
Stage0BundledVersionsPath="$(_DotNetHiveRoot)/sdk/$(Stage0SdkVersion)/Microsoft.NETCoreSdk.BundledVersions.props"

0 commit comments

Comments
 (0)