cli.patch
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