Skip to content

Instantly share code, notes, and snippets.

@hjc4869
Created December 22, 2017 10:25
Show Gist options
  • Save hjc4869/727ba4283becf392e5f6b261459c48b3 to your computer and use it in GitHub Desktop.
Save hjc4869/727ba4283becf392e5f6b261459c48b3 to your computer and use it in GitHub Desktop.
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