Skip to content

Commit

Permalink
Another attempt to fix msbuild hanging after launched through the com…
Browse files Browse the repository at this point in the history
…pile_release_package PS script.
  • Loading branch information
codereader committed Apr 21, 2020
1 parent e8021a8 commit bb74f55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <config.h>
#define RADIANT_VERSION PACKAGE_VERSION
#else
#define RADIANT_VERSION "2.8.0pre3"
#define RADIANT_VERSION "2.8.0pre4"
#endif

#define RADIANT_APPNAME "DarkRadiant"
Expand Down
2 changes: 1 addition & 1 deletion tools/innosetup/darkradiant.x64.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define DarkRadiantVersion "2.8.0pre3"
#define DarkRadiantVersion "2.8.0pre4"

[Setup]
AppName=DarkRadiant
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/compile_release_package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ else

if (-not $SkipBuild)
{
Start-Process "msbuild" -ArgumentList ("..\msvc\DarkRadiant.sln", "/p:configuration=release", "/t:rebuild", "/p:platform=$platform", "/maxcpucount:4", "/nodeReuse:false") -NoNewWindow -Wait
Start-Process "msbuild" -ArgumentList ("..\msvc\DarkRadiant.sln", "/p:configuration=release", "/t:rebuild", "/p:platform=$platform", "/maxcpucount:4", "/nodeReuse:false", "/p:UseSharedConfiguration=false") -NoNewWindow -Wait
}

# Copy files to portable files folder
Expand Down

0 comments on commit bb74f55

Please sign in to comment.