Skip to content

Commit

Permalink
added appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmoris committed Dec 13, 2016
1 parent 6badc99 commit cd7650f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 0.1.0.{build}
configuration:
- Release
platform: Any CPU
environment:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
before_build:
- appveyor-retry dotnet restore
build_script:
- dotnet build "src\Suave.AspNetCore" -c %CONFIGURATION% --no-dependencies --version-suffix %APPVEYOR_BUILD_ID%
after_build:
- dotnet pack "src\Suave.AspNetCore" -c %CONFIGURATION% --no-build
artifacts:
- path: '**\Suave.AspNetCore.*.nupkg'
name: Suave.AspNetCore
nuget:
account_feed: false
project_feed: false
deploy:
provider: NuGet
api_key:
secure: +XDgIu4Tmln7LKedNmQgMFnyKTxxuCKFRK3V5oKEfwZiakPXRd5C7OueEGBL50oh
skip_symbols: false
artifact: /.*Suave.AspNetCore\..*\.nupkg/
on:
appveyor_repo_tag: true

0 comments on commit cd7650f

Please sign in to comment.