We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22e3fd commit 260e84dCopy full SHA for 260e84d
appveyor.yml
@@ -3,7 +3,10 @@ skip_tags: true
3
image: Visual Studio 2022
4
test: off
5
build_script:
6
-- ps: ./Build.ps1
+- pwsh: |
7
+ Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
8
+ ./dotnet-install.ps1 -JSonFile global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
9
+ ./Build.ps1
10
artifacts:
11
- path: artifacts/Serilog.*.nupkg
12
skip_commits:
0 commit comments