Skip to content

Commit

Permalink
Merge pull request #3026 from pleroy/MPR
Browse files Browse the repository at this point in the history
Fix the release script
  • Loading branch information
pleroy authored Jun 5, 2021
2 parents d1750e4 + 499e68e commit 05ed8f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions make_principia_release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ git tag $tag -m $mathematician
/property:Platform=x64 `
.\Principia.sln

&$msbuild `
"/t:ksp_plugin;ksp_plugin_adapter" `
/property:Configuration=Release `
/property:Platform=x64 `
&$msbuild `
"/t:ksp_plugin:Rebuild;ksp_plugin_adapter:Rebuild" `
/property:Configuration=Release `
/property:Platform=x64 `
.\Principia.sln

foreach ($ksp_version in $compatibility_ksp_versions) {
&$msbuild `
/t:ksp_plugin_adapter `
/t:ksp_plugin_adapter:Rebuild `
"/property:Configuration=Release KSP $ksp_version" `
/property:Platform=x64 `
.\Principia.sln
Expand Down

0 comments on commit 05ed8f8

Please sign in to comment.