Skip to content

Commit

Permalink
Move to manual pack to use nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmorrishill committed Jan 13, 2020
1 parent 4548550 commit 6925c0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ configuration: Release
build:
parallel: true # enable MSBuild parallel builds
project: FluentSim.sln # path to Visual Studio solution or project
publish_nuget: true # package projects with .nuspec files and push to artifacts
publish_nuget_symbols: true # generate and publish NuGet symbol packages
publish_nuget: false # package projects with .nuspec files and push to artifacts

# MSBuild verbosity level
verbosity: normal
Expand All @@ -121,6 +120,9 @@ test:
before_build:
nuget restore

after_build:
nuget pack FluentSim\FluentSim.nuspec

#---------------------------------#
# deployment configuration #
#---------------------------------#
Expand Down

0 comments on commit 6925c0f

Please sign in to comment.