Browse Source

Add the isWindows condition to the deploy stage

pull/1149/head
Chris Johnston 7 years ago
parent
commit
597cf9f31c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      appveyor.yml

+ 2
- 0
appveyor.yml View File

@@ -83,6 +83,7 @@ deploy:
symbol_server: https://www.myget.org/F/discord-net/symbols/api/v2/package
on:
branch: dev
isWindows: True
- provider: NuGet
server: https://www.myget.org/F/rogueexception/api/v2/package
api_key:
@@ -90,3 +91,4 @@ deploy:
symbol_server: https://www.myget.org/F/rogueexception/symbols/api/v2/package
on:
branch: dev
isWindows: True

Loading…
Cancel
Save