Skip to content

Commit ce31a0d

Browse files
authored
New NuGet.org API key... again.
1 parent a04cbb2 commit ce31a0d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

appveyor.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
version: '{build}'
22
skip_tags: true
3-
image: Visual Studio 2017 Preview
4-
configuration: Release
3+
image: Visual Studio 2017
54
install:
65
- ps: mkdir -Force ".\build\" | Out-Null
7-
#- ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/release/2.0.0/scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
8-
#- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
9-
#- ps: '& .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 2.0.0-preview2-006497'
10-
#- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
116
build_script:
127
- ps: ./Build.ps1
138
test: off
@@ -16,7 +11,7 @@ artifacts:
1611
deploy:
1712
- provider: NuGet
1813
api_key:
19-
secure: bd9z4P73oltOXudAjPehwp9iDKsPtC+HbgshOrSgoyQKr5xVK+bxJQngrDJkHdY8
14+
secure: gvYNwOSxj9Bq4erOm7alpWzHlEmNLLUV99VYKV1WF9qTJeDkvYpswoNHi9sAlZH4
2015
skip_symbols: true
2116
on:
2217
branch: /^(master|dev)$/

0 commit comments

Comments
 (0)