Skip to content

Commit

Permalink
Unify build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasar007 committed Jan 4, 2020
1 parent aa53931 commit 173dc34
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
version: '{build}'
image: Visual Studio 2017

pull_requests:
do_not_increment_build_number: true

branches:
only:
- master
- develop

nuget:
disable_publish_on_pr: true
configuration:
- Debug
- Release

matrix:
fast_finish: true

before_build:
- cmd: dotnet restore

build:
verbosity: minimal

after_build:
- dotnet test
- dotnet pack "SteamWebApiLib" -c Release
Expand All @@ -27,3 +31,10 @@ deploy:
name: SteamWebApiLib
on:
branch: master
configuration: Release

pull_requests:
do_not_increment_build_number: true

nuget:
disable_publish_on_pr: true

0 comments on commit 173dc34

Please sign in to comment.