Browse Source
Merge pull request #19879 from MrJul/backports/19209
Backport "Use hard links for build (#19209)" to 11.3
release/11.3.8
Jan Kučera
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
8 additions and
0 deletions
-
Directory.Build.props
-
tests/BuildTests/Directory.Build.props
|
|
@ -9,5 +9,9 @@ |
|
|
<AddSyntheticProjectReferencesForSolutionDependencies>false</AddSyntheticProjectReferencesForSolutionDependencies> |
|
|
<AddSyntheticProjectReferencesForSolutionDependencies>false</AddSyntheticProjectReferencesForSolutionDependencies> |
|
|
<RunApiCompat>False</RunApiCompat> |
|
|
<RunApiCompat>False</RunApiCompat> |
|
|
<LangVersion>12</LangVersion> |
|
|
<LangVersion>12</LangVersion> |
|
|
|
|
|
<CreateHardLinksForCopyAdditionalFilesIfPossible>true</CreateHardLinksForCopyAdditionalFilesIfPossible> |
|
|
|
|
|
<CreateHardLinksForCopyFilesToOutputDirectoryIfPossible>true</CreateHardLinksForCopyFilesToOutputDirectoryIfPossible> |
|
|
|
|
|
<CreateHardLinksForCopyLocalIfPossible>true</CreateHardLinksForCopyLocalIfPossible> |
|
|
|
|
|
<CreateHardLinksForPublishFilesIfPossible>true</CreateHardLinksForPublishFilesIfPossible> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
</Project> |
|
|
</Project> |
|
|
|
|
|
@ -3,6 +3,10 @@ |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<UseArtifactsOutput>true</UseArtifactsOutput> |
|
|
<UseArtifactsOutput>true</UseArtifactsOutput> |
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> |
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> |
|
|
|
|
|
<CreateHardLinksForCopyAdditionalFilesIfPossible>true</CreateHardLinksForCopyAdditionalFilesIfPossible> |
|
|
|
|
|
<CreateHardLinksForCopyFilesToOutputDirectoryIfPossible>true</CreateHardLinksForCopyFilesToOutputDirectoryIfPossible> |
|
|
|
|
|
<CreateHardLinksForCopyLocalIfPossible>true</CreateHardLinksForCopyLocalIfPossible> |
|
|
|
|
|
<CreateHardLinksForPublishFilesIfPossible>true</CreateHardLinksForPublishFilesIfPossible> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
</Project> |
|
|
</Project> |
|
|
|