Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
more fixes in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supergibbs committed Jun 30, 2016
1 parent 861a668 commit ee75757
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,35 @@
version: v1.0.5.{build}
version: 1.0.5-CI{build}
pull_requests:
do_not_increment_build_number: true
os: Visual Studio 2015
do_not_increment_build_number: true
image: Visual Studio 2015
configuration: Release
nuget:
account_feed: true
project_feed: true

before_build:
- cmd: >-
dotnet restore src\AutomaticSharp
dotnet restore src\AutomaticSharp.Auth
cd cmd
npm install
node aspnet5-version.js
cd ..
build_script:
- cmd: >-
dotnet pack src\AutomaticSharp --configuration Release --output "artifacts\bin\AutomaticSharp"
dotnet pack src\AutomaticSharp.Auth --configuration Release --output "artifacts\bin\AutomaticSharp"
dotnet restore src\AutomaticSharp
dotnet restore src\AutomaticSharp.Auth
cd cmd
build:
publish_nuget: true
verbosity: minimal
npm install
node aspnet5-version.js
cd ..
dotnet pack src\AutomaticSharp --configuration Release --output "artifacts\bin\AutomaticSharp"
dotnet pack src\AutomaticSharp.Auth --configuration Release --output "artifacts\bin\AutomaticSharp"
artifacts:
- path: artifacts\bin\AutomaticSharp\**\*.nupkg
name: NuGet Packages

deploy:
- provider: NuGet
api_key:
secure: vclZPRGQBqWGDezZ6hXnmNRiILR+c7I2hqysI5leFRyCc89gd3W7ezyc9rWQ4VyO
symbol_server:
artifact:
on:
branch: master
appveyor_repo_tag: true

0 comments on commit ee75757

Please sign in to comment.