We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e2745 commit 24eb8b7Copy full SHA for 24eb8b7
1 file changed
appveyor.yml
@@ -1,14 +1,9 @@
1
-version: 1.0.{build}
+version: '{build}'
2
skip_tags: true
3
os: Visual Studio 2015
4
configuration: Release
5
environment:
6
VisualStudioVersion: 14.0
7
- DeployExtension: False
8
- NuGetApiKey:
9
- secure: Ql19CstT9GvFNeSIAjXvgHXZg+/pNaYJ2jVkzde4LT2vwSyjiQgQ+M332wVYtu+r
10
-cache:
11
- - '%USERPROFILE%\.nuget\packages -> **\project.json'
12
install:
13
- ps: >-
14
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/install-nuget-3-3-0.ps1'))
0 commit comments