Skip to content

Commit 8ab838a

Browse files
authored
Merge pull request #5 from PureKrome/dev
:Wrench: Fixing AppVeyor settings.
2 parents 39fc602 + 4c9c0db commit 8ab838a

File tree

3 files changed

+1
-245
lines changed

3 files changed

+1
-245
lines changed

NuGet Package Specifications/NuGet Deployment.ps1

Lines changed: 0 additions & 213 deletions
This file was deleted.

NuGet Package Specifications/WorldDomination.HttpClient.Helpers.nuspec

Lines changed: 0 additions & 25 deletions
This file was deleted.

appveyor.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ os: Visual Studio 2015
1515
pull_requests:
1616
do_not_increment_build_number: true
1717

18-
environment:
19-
myget_username:
20-
secure: jSEcK6UBtSuezBWzqRLF0w==
21-
myget_api_key:
22-
secure: 36bcjhroAjclbHs7e7oh6Hsv4lokADI6xaQcCYZmux2Sdu/IIoktFc9ORK3DTdKo
23-
2418
# Override the 'version' if this is a GH-tag-commit.
2519
# If a Tag, then we only pull down master.
2620
init:
@@ -55,7 +49,7 @@ deploy:
5549
branch: dev
5650
- provider: NuGet
5751
api_key:
58-
secure: jfcUvHZhgnUboplqTBDWr8mG5PIlrgBv5TA2fhhop4ZSiDxskyy+RtYyeHoduJFRd3btNzYsR8ps
52+
secure: jfcUvHZhgnUboplqTBDWr8mG5PIlrgBv5TA2fhhop4ZSiDxskyy+RtYyeHoduJFR
5953
skip_symbols: true
6054
artifact: /.*\.nupkg/
6155
on:

0 commit comments

Comments
 (0)