We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0471ad2 commit fe84ffcCopy full SHA for fe84ffc
appveyor.yml
@@ -22,6 +22,10 @@ pull_requests:
22
branches:
23
only:
24
- 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"
29
before_build:
30
- dotnet restore csharp -s https://api.nuget.org/v3/index.json
31
- ps: Compress-Archive -Path "resources\geocoding\*" -DestinationPath "resources\geocoding.zip"
0 commit comments