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 0715532 commit db10232Copy full SHA for db10232
appveyor.yml
@@ -45,7 +45,7 @@ install:
45
- ps: |
46
# Install the required .NET SDK
47
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
48
- ./dotnet-install.ps1 -Channel LTS -InstallDir 'C:\Program Files\dotnet'
+ ./dotnet-install.ps1 -JSonFile ./global.json -InstallDir 'C:\Program Files\dotnet'
49
# Remove the script so it doesn't "pollute" the build
50
Remove-Item -Path .\dotnet-install.ps1
51
global.json
@@ -0,0 +1,6 @@
1
+{
2
+ "sdk": {
3
+ "version": "9.0.305",
4
+ "rollForward": "feature"
5
+ }
6
+}
0 commit comments