Navigation Menu

Skip to content

Commit

Permalink
added comments to create.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
bonesoul committed Oct 27, 2014
1 parent 1ee4bd0 commit 5c89e59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/release/create.ps1
@@ -1,6 +1,9 @@
# compile the project in release mode.
$dotNetVersion = "4.0"
$regKey = "HKLM:\software\Microsoft\MSBuild\ToolsVersions\$dotNetVersion"
$regProperty = "MSBuildToolsPath"
$msbuildExe = join-path -path (Get-ItemProperty $regKey).$regProperty -childpath "msbuild.exe"
&$msbuildExe ../../build/CoiniumServ.sln /p:Configuration=Release /t:rebuild /p:DebugSymbols=false /p:DebugType=None /p:AllowedReferenceRelatedFileExtensions=none

# run the tests.
../../contrib/xunit/xunit.console.clr4.x86.exe ../../src/Tests/bin/Release/CoiniumServ.Tests.dll

0 comments on commit 5c89e59

Please sign in to comment.