dotnet-installer/build_projects/shared-build-targets-utils
Eric Erhardt a7becbe6d8 Fix passing /p:DISABLE_CROSSGEN on cli.
When passing a property using the commandline, it is not flown through to "dotnet publish" calls.  So instead of using "dotnet publish", just use the MSBuild task to invoke the Publish target on the reidst project.  This way properties flow correctly.

I also did a little cleaning of unused build logic.
2017-04-04 17:50:28 -05:00
..
Publishing Add missing copyright headers to all cs files 2017-03-02 21:04:03 -08:00
Utils Fix passing /p:DISABLE_CROSSGEN on cli. 2017-04-04 17:50:28 -05:00
BuildFailureException.cs Add missing copyright headers to all cs files 2017-03-02 21:04:03 -08:00
shared-build-targets-utils.csproj Remove unnecessary Release constants 2017-03-02 20:11:21 -08:00