Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmarcus committed Apr 12, 2018
1 parent 57f592a commit 42ab791
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 2.0.0.{build}-beta
version: 3.0.0.{build}
image: Visual Studio 2017
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
build_script:
- ps: .\bootbuild.ps1
nuget:
project_feed: true
build:
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
parallel: true
verbosity: minimal
artifacts:
- path: ./build/nuget/*.nupkg
- path: ./artifacts/*.nupkg
name: NuGet

0 comments on commit 42ab791

Please sign in to comment.