Skip to content

Commit 35d4901

Browse files
committed
Don't pin SDK version, this just tends to mean we're running an outdated one
1 parent 0bbaf22 commit 35d4901

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ version: '{build}'
22
skip_tags: true
33
image: Visual Studio 2022
44
configuration: Release
5-
install:
6-
- ps: ./Setup.ps1
75
build_script:
8-
- ps: ./Build.ps1
6+
- pwsh: ./Build.ps1
97
test: false
108
artifacts:
119
- path: artifacts/Serilog.*.nupkg

0 commit comments

Comments
 (0)