Skip to content

Commit

Permalink
Fixed release script, Nancy.ViewEngines.Razor.dll should be already c…
Browse files Browse the repository at this point in the history
…opied by the project build process itself as of 872cc45
  • Loading branch information
bonesoul committed Sep 29, 2014
1 parent 872cc45 commit 9dc015b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/release/create.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ $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
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 9dc015b

Please sign in to comment.