well whatever appveyor

This commit is contained in:
Tommy Parnell
2016-06-20 19:49:29 -04:00
parent dbfabf7ad5
commit 1c15697e40

View File

@@ -1,27 +1,7 @@
version: 1.2.0
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
nuget:
account_feed: true
project_feed: true
before_build:
- cmd: nuget restore
build:
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
verbosity: minimal
artifacts:
- path: '**/*.nupkg'
deploy:
- provider: NuGet
api_key:
secure: 5m1zupizmNvVwCg2MDUkRGQbbVfNypLo9yCstTAXQ5KHDypBe5RrGKi1HnEAhAy8
on:
branch: master
version: 1.0.{build}
build_script:
- cmd: >-
npm install
node_modules\\.bin\\gulp.cmd pack
test: off