Skip to content

Instantly share code, notes, and snippets.

@dorgonman
Created July 8, 2020 13:56
Show Gist options
  • Save dorgonman/481d90ff81bf110f42b6f89a74d4fc30 to your computer and use it in GitHub Desktop.
Save dorgonman/481d90ff81bf110f42b6f89a74d4fc30 to your computer and use it in GitHub Desktop.
Compile MyProject.Automation.csproj
'MSBuild.exe'
'/Path/To/MyPorject/Build/Script/MyProject.Automation/MyProject.Automation.csproj'
/verbosity:quiet /nologo //target:Build /property:Configuration=Development /property:Platform=AnyCPU
/p:TreatWarningsAsErrors=false /p:BuildProjectReferences=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment