Skip to content

Commit 64c954d

Browse files
authored
Update to the latest appveyor.yml
1 parent c267da2 commit 64c954d

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

appveyor.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
version: '{build}'
22
skip_tags: true
3-
image: Visual Studio 2017 Preview
3+
image: Visual Studio 2017
44
configuration: Release
5-
install:
6-
- 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"
5+
test: off
116
build_script:
127
- ps: ./Build.ps1
13-
test: off
148
artifacts:
159
- path: artifacts/Serilog.*.nupkg
1610
deploy:
@@ -26,4 +20,4 @@ deploy:
2620
artifact: /Serilog.*\.nupkg/
2721
tag: v$(appveyor_build_version)
2822
on:
29-
branch: master
23+
branch: master

0 commit comments

Comments
 (0)