Skip to content

Commit

Permalink
Build the project as part of MakeRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Aug 3, 2014
1 parent 88825fe commit d290c10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MakeRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ if ($SlnFileExists -eq $False) {
exit -1
}

$MSBuildLocation = "C:\Program Files (x86)\MSBuild\12.0\bin"

& ".\.nuget\NuGet.exe" restore .\Akavache.sln
& "$MSBuildLocation\MSBuild.exe" /t:Rebuild /p:Configuration=Release /p:Platform="Any CPU" /maxcpucount:1 .\Akavache.sln


###
### Build the Release directory
###
Expand Down

0 comments on commit d290c10

Please sign in to comment.