Skip to content

Commit 24eb8b7

Browse files
committed
Remove obsolete environment variable in build
1 parent 45e2745 commit 24eb8b7

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
version: 1.0.{build}
1+
version: '{build}'
22
skip_tags: true
33
os: Visual Studio 2015
44
configuration: Release
55
environment:
66
VisualStudioVersion: 14.0
7-
DeployExtension: False
8-
NuGetApiKey:
9-
secure: Ql19CstT9GvFNeSIAjXvgHXZg+/pNaYJ2jVkzde4LT2vwSyjiQgQ+M332wVYtu+r
10-
cache:
11-
- '%USERPROFILE%\.nuget\packages -> **\project.json'
127
install:
138
- ps: >-
149
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/install-nuget-3-3-0.ps1'))

0 commit comments

Comments
 (0)