Thanks to visit codestin.com Credit goes to github.com
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.
2 parents c637238 + 8c523a9 commit e2c194eCopy full SHA for e2c194e
src/Layout/redist/targets/OverlaySdkOnLKG.targets
@@ -34,7 +34,7 @@
34
<Copy DestinationFiles="@(InstallerOutputFile)"
35
SourceFiles="@(InstallerOutputFile->Metadata('Source'))"
36
SkipUnchangedFiles="true"
37
- UseHardLinksIfPossible="true" />
+ UseHardLinksIfPossible="false" />
38
39
<OverrideAndCreateBundledNETCoreAppPackageVersion
40
Stage0BundledVersionsPath="$(_DotNetHiveRoot)/sdk/$(Stage0SdkVersion)/Microsoft.NETCoreSdk.BundledVersions.props"
0 commit comments