Skip to content

Commit fe84ffc

Browse files
authored
Manually install .net9
1 parent 0471ad2 commit fe84ffc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ pull_requests:
2222
branches:
2323
only:
2424
- main
25+
install:
26+
- ps: |
27+
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
28+
& $env:temp\dotnet-install.ps1 -Architecture x64 -Version '9.0.100' -InstallDir "$env:ProgramFiles\dotnet"
2529
before_build:
2630
- dotnet restore csharp -s https://api.nuget.org/v3/index.json
2731
- ps: Compress-Archive -Path "resources\geocoding\*" -DestinationPath "resources\geocoding.zip"

0 commit comments

Comments
 (0)