Skip to content

Commit

Permalink
Minor change to appveyor build script
Browse files Browse the repository at this point in the history
  • Loading branch information
pleb committed Jul 18, 2018
1 parent 9ad16e6 commit 7c6eb1f
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 @@ -18,5 +18,5 @@ build_script:
} else {
dotnet pack -c "Release" /p:PackageVersion=$env:APPVEYOR_BUILD_VERSION
}
dotnet nuget push *.nupkg -k $env:NUGET_API_KEY
dotnet nuget push ".\PetaPoco\bin\Release\*.nupkg" -k $env:NUGET_API_KEY
test: off

0 comments on commit 7c6eb1f

Please sign in to comment.