We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416af85 commit a7da6edCopy full SHA for a7da6ed
appveyor.yml
@@ -18,7 +18,11 @@ init:
18
Set-AppveyorBuildVariable -Name "IsPreRelease" -Value False
19
}
20
21
-build_script: build.cmd ci
+build_script:
22
+- pwsh: |
23
+ Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
24
+ ./dotnet-install.ps1 -JSonFile global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
25
+- build.cmd ci
26
27
test: off
28
global.json
@@ -1,6 +1,6 @@
1
{
2
"sdk": {
3
- "version": "9.0.101",
+ "version": "9.0.200",
4
"allowPrerelease": true,
5
"rollForward": "latestFeature"
6
0 commit comments