Skip to content

Commit

Permalink
Fixed building nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Jun 25, 2019
1 parent 12b2615 commit dfcc05f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ after_build:
- ps: >-
echo '********************************************Creating nuget package********************************************'
Copy-Item .\.nuspec\Ocaramba.nuspec .\\Ocaramba\\Ocaramba.nuspec
.\.nuget\nuget pack .\Ocaramba\Ocaramba.csproj -symbols -properties Configuration=Release -Verbosity detailed
echo '********************************************Copying files for gh-pages********************************************'
Expand Down

0 comments on commit dfcc05f

Please sign in to comment.