Skip to content

Commit

Permalink
fixed release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonesoul committed Sep 24, 2014
1 parent 6b8abbe commit 372c4cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/release/create.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ $dotNetVersion = "4.0"
$regKey = "HKLM:\software\Microsoft\MSBuild\ToolsVersions\$dotNetVersion"
$regProperty = "MSBuildToolsPath"
$msbuildExe = join-path -path (Get-ItemProperty $regKey).$regProperty -childpath "msbuild.exe"
cd ../../../
&$msbuildExe build/CoiniumServ.sln /p:Configuration=Release /t:rebuild /p:DebugSymbols=false /p:DebugType=None /p:AllowedReferenceRelatedFileExtensions=none
cp src/CoiniumServ/bin/Nancy.ViewEngines.Razor.dll bin/Release/Nancy.ViewEngines.Razor.dll
&$msbuildExe ../../build/CoiniumServ.sln /p:Configuration=Release /t:rebuild /p:DebugSymbols=false /p:DebugType=None /p:AllowedReferenceRelatedFileExtensions=none
cp ../../src/CoiniumServ/bin/Nancy.ViewEngines.Razor.dll ../../bin/Release/Nancy.ViewEngines.Razor.dll
../../contrib/xunit/xunit.console.clr4.x86.exe ../../src/Tests/bin/Release/CoiniumServ.Tests.dll

0 comments on commit 372c4cb

Please sign in to comment.