Skip to content

Commit

Permalink
Another attempt at taming Nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Feb 22, 2023
1 parent ff90c0a commit 27c6ad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebuild_debug_and_release_in_parallel.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ $ErrorActionPreference = "Stop"

$msbuild = &".\find_msbuild.ps1"

&$msbuild /t:Restore Principia.sln
&$msbuild `
/t:"Clean;Restore;Build" `
/t:"Clean;Build" `
/m `
.\debug_and_release_in_parallel.xml

Expand Down

0 comments on commit 27c6ad6

Please sign in to comment.