Skip to content

Commit

Permalink
Merge pull request #5 from cheesemacfly/appveyor_config
Browse files Browse the repository at this point in the history
Create appveyor.yml
  • Loading branch information
cheesemacfly committed Dec 21, 2017
2 parents 38a0ade + 1ec856f commit be6c4f7
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 1.0.{build}
skip_tags: true
image: Visual Studio 2017
configuration: Release
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
before_build:
- cmd: nuget restore
build:
publish_nuget: true
verbosity: minimal
deploy:
- provider: NuGet
api_key:
secure: buTns+OxOaxT6NLivjBNcBXweOlxv9y512TP605PAE0OQRhUzjv4B99Suga/R5Eq
on:
branch: master
- provider: GitHub
tag: v$(appveyor_build_version)
release: v$(appveyor_build_version)
auth_token:
secure: ocqFamtfZzSNeNzuwUODEg8Xvjtgsui2P1ban6Gm4UMBpisfJkqVYScfYb7UPRCC
artifact: /.*\.nupkg/
on:
branch: master

0 comments on commit be6c4f7

Please sign in to comment.