Skip to content

Commit

Permalink
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
@@ -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

0 comments on commit 05ed8f8

Please sign in to comment.