Skip to content

Commit

Permalink
appveyor.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
chmorgan committed Mar 8, 2019
1 parent c57f9ff commit 754bfcd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 1.0.{build}
image: Visual Studio 2017
environment:
configuration: Release
before_build:
- cmd: >-
nuget restore
build:
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
verbosity: minimal
artifacts:
- path: PacketDotNetConnections/bin/Debug/packetnet-connections.*.nupkg
deploy:
- provider: NuGet
server: https://www.nuget.org/api/v2/package
api_key:
secure: z8sr2CvYsrqC+iyYfJ0L9ldCKwJaTAoBrDzoP76aCbdqn+/hRSPmfuY3XqTVLydU
on:
branch: master

0 comments on commit 754bfcd

Please sign in to comment.