Skip to content

Commit

Permalink
No prerelease packet
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Mar 12, 2016
1 parent a60a973 commit 13f9ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
cls

.paket\paket.bootstrapper.exe prerelease
.paket\paket.bootstrapper.exe
if errorlevel 1 (
exit /b %errorlevel%
)
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

mono .paket/paket.bootstrapper.exe prerelease
mono .paket/paket.bootstrapper.exe
exit_code=$?
if [ $exit_code -ne 0 ]; then
exit $exit_code
Expand Down

0 comments on commit 13f9ae2

Please sign in to comment.