Skip to content

Commit

Permalink
Fix nuget release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Oct 29, 2019
1 parent 0ed1b62 commit 7507ee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ packages/
**/[Oo]bj/
**/[Bb]in/
.vs/
.ionide/
*.user
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_build:
build_script:
- ps: |
dotnet build -c release
.\.paket\paket.exe pack $PWD/bin
.\.paket\paket.exe pack $PWD/bin --version $env:SEMVER
test_script:
- ps: |
Expand Down

0 comments on commit 7507ee3

Please sign in to comment.