Skip to content

Commit

Permalink
Pack release DLLs
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Jul 5, 2015
1 parent a7f1dca commit b62381b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ if (! (test-path nuget.exe)) {
& ./nuget restore
$MSBUILD = [Environment]::GetEnvironmentVariable("ProgramFiles(x86)")
$MSBUILD = join-path $MSBUILD "msbuild\12.0\bin\msbuild.exe"
& $MSBUILD /m
& $MSBUILD /m /p:Configuration=Release
& ./nuget pack QuartzNetWebConsole.nuspec
& ./nuget pack QuartzNetWebConsole.Owin.nuspec

0 comments on commit b62381b

Please sign in to comment.