Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.
/ rant3 Public archive

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBerkin authored Apr 18, 2017
1 parent dc0aad9 commit 166e7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ before_build:
after_build:
- ps: "$pkgVersion = $env:APPVEYOR_BUILD_VERSION\n\nif ($env:APPVEYOR_REPO_BRANCH -like \"dev*\")\n \n{\n $pkgVersion += \"-dev\"\n}\n\nnuget pack Rant/Rant.csproj -Version $pkgVersion -OutputDirectory Rant"
artifacts:
- path: bin\MainBuild
- path: bin\Release
name: Rant
- path: Rant\*.nupkg
name: RantNuGet
Expand Down

0 comments on commit 166e7fd

Please sign in to comment.