Skip to content

Commit

Permalink
rebuild_release
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Aug 26, 2019
1 parent 05ff2f8 commit 558e1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_for_benchmarking.ps1 → rebuild_release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ErrorActionPreference = "Stop"
$msbuild = &".\find_msbuild.ps1"

&$msbuild `
"/t:Build" `
"/t:Clean;Build" `
/m `
/property:Configuration=Release `
/property:Platform=x64 `
Expand Down

0 comments on commit 558e1ba

Please sign in to comment.