From 1c15697e4054b8894af78760c39295657066d0c9 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Mon, 20 Jun 2016 19:49:29 -0400 Subject: [PATCH] well whatever appveyor --- appveyor.yml | 34 +++++++--------------------------- 1 file changed, 7 insertions(+), 27 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 40518c6..7d81503 100644 --- a/appveyor.yml +++ b/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 \ No newline at end of file +version: 1.0.{build} +build_script: +- cmd: >- + npm install + + node_modules\\.bin\\gulp.cmd pack +test: off \ No newline at end of file