Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cruikshj committed Feb 10, 2016
1 parent 49b543d commit cd202f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ test_script:
dnx test || set errorlevel=1
cd ..\..\
exit /b %errorlevel%
before_deploy:
- cmd: >-
Expand All @@ -38,7 +40,6 @@ before_deploy:
nuget pack deploy\Kraken.deploy.nuspec -Version %APPVEYOR_REPO_TAG_NAME% -NoPackageAnalysis || set errorlevel=1
appveyor PushArtifact Kraken.%APPVEYOR_REPO_TAG_NAME%.nupkg -DeploymentName GitHub
appveyor PushArtifact Kraken.%APPVEYOR_REPO_TAG_NAME%.nupkg
exit /b %errorlevel%
deploy:
Expand Down

0 comments on commit cd202f5

Please sign in to comment.