Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser authored Jun 3, 2018
1 parent c3eb335 commit 713b8e2
Showing 1 changed file with 12 additions and 27 deletions.
39 changes: 12 additions & 27 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,18 @@
version: 1.0.{build}
branches:
only:
- master
image: Visual Studio 2017

nuget:
account_feed: true
project_feed: true
before_build:
- cmd: nuget restore

build:
project: XboxWebApi.sln
publish_nuget: true
verbosity: minimal

for:
-
branches:
only:
- master

build:
publish_nuget: true

nuget:
account_feed: true
project_feed: true

deploy:
provider: NuGet
api_key:
secure: E0p43N+15qo1Ma9B9/06PMM5xDYJvQYfb5ffbfv3M058/wsQlQrNumu2DOzp/pwI
skip_symbols: false

-
branches:
except:
- master
deploy:
- provider: NuGet
api_key:
secure: mvZYnLhmkKTm8kyzuXknN1FBRVlXKhPMrrPDWw/k+fHiBR902113tHKg/irYM8hUpgPjvjkvCbBkCL2KewGg0FTXNzneuW4YeOefp0hlxnI=
skip_symbols: false

0 comments on commit 713b8e2

Please sign in to comment.