Fix the patch
This commit is contained in:
parent
b8226e681b
commit
b180c090f2
1 changed files with 5 additions and 3 deletions
|
@ -8,14 +8,16 @@ Subject: [PATCH] Disable package validation during source-build
|
|||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/eng/SourceBuild.props b/eng/SourceBuild.props
|
||||
index a034f88679..f3923138f8 100644
|
||||
index 63ebed2d9c..a1f0263955 100644
|
||||
--- a/eng/SourceBuild.props
|
||||
+++ b/eng/SourceBuild.props
|
||||
@@ -55,6 +55,7 @@
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
<PropertyGroup>
|
||||
<InnerBuildArgs>$(InnerBuildArgs) /p:SourceBuildRuntimeIdentifier=$(TargetRuntimeIdentifier)</InnerBuildArgs>
|
||||
<InnerBuildArgs Condition="'$(SourceBuildUseMonoRuntime)' == 'true'">$(InnerBuildArgs) /p:CrossgenOutput=false</InnerBuildArgs>
|
||||
+ <InnerBuildArgs>$(InnerBuildArgs) /p:EnablePackageValidation=false</InnerBuildArgs>
|
||||
</PropertyGroup>
|
||||
</Target>
|
||||
|
||||
--
|
||||
2.30.2.windows.1
|
Loading…
Reference in a new issue