Created
December 22, 2017 10:25
-
-
Save hjc4869/727ba4283becf392e5f6b261459c48b3 to your computer and use it in GitHub Desktop.
cli.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/build_projects/dotnet-cli-build/Crossgen.cs b/build_projects/dotnet-cli-build/Crossgen.cs | |
index 48ebdebfa..807280420 100644 | |
--- a/build_projects/dotnet-cli-build/Crossgen.cs | |
+++ b/build_projects/dotnet-cli-build/Crossgen.cs | |
@@ -52,6 +52,7 @@ protected override bool ValidateParameters() | |
public override bool Execute() | |
{ | |
+ return true; | |
TempOutputPath = Path.GetTempFileName(); | |
var toolResult = base.Execute(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment