Commit 3c8926d 1 parent 45de0cf commit 3c8926d Copy full SHA for 3c8926d
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,12 @@ jobs:
63
63
with :
64
64
global-json-file : global.json
65
65
66
- - name : Setup .NET SDK 6.0
66
+ - name : Setup .NET SDK 6.0, 8.0
67
67
uses : actions/setup-dotnet@v3
68
68
with :
69
- dotnet-version : 6.0.x
69
+ dotnet-version : |
70
+ 6.0.x
71
+ 8.0.x
70
72
71
73
- name : .NET Information
72
74
run : dotnet --info
Original file line number Diff line number Diff line change @@ -49,8 +49,10 @@ install:
49
49
- git reset --hard
50
50
- ps : if ($isWindows) { tools\dotnet-install.ps1 -JSonFile global.json }
51
51
- ps : if ($isWindows) { tools\dotnet-install.ps1 -Runtime dotnet -Version 6.0.11 -SkipNonVersionedFiles }
52
+ - ps : if ($isWindows) { tools\dotnet-install.ps1 -Runtime dotnet -Version 8.0.11 -SkipNonVersionedFiles }
52
53
- sh : ./tools/dotnet-install.sh --jsonfile global.json
53
54
- sh : ./tools/dotnet-install.sh --runtime dotnet --version 6.0.11 --skip-non-versioned-files
55
+ - sh : ./tools/dotnet-install.sh --runtime dotnet --version 8.0.11 --skip-non-versioned-files
54
56
- sh : export PATH="$HOME/.dotnet:$PATH"
55
57
before_build :
56
58
- dotnet --info
You can’t perform that action at this time.
0 commit comments