well whatever appveyor
This commit is contained in:
34
appveyor.yml
34
appveyor.yml
@@ -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
|
||||
Reference in New Issue
Block a user