File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1111 env :
1212 NUGET_CERT_REVOCATION_MODE : offline
1313 steps :
14+ - name : Clone repository
1415 - uses : actions/checkout@v4
16+ - name : Setup .NET SDK
17+ uses : actions/setup-dotnet@v4
18+ with :
19+ global-json-file : global.json
1520 - uses : actions/cache@v4
1621 with :
1722 # Note: the cache path is relative to the workspace directory
5661 build-ubuntu :
5762 runs-on : ubuntu-latest
5863 steps :
64+ - name : Clone repository
5965 - uses : actions/checkout@v4
66+ - name : Setup .NET SDK
67+ uses : actions/setup-dotnet@v4
68+ with :
69+ global-json-file : global.json
6070 - uses : actions/cache@v4
6171 with :
6272 path : |
Original file line number Diff line number Diff line change 1+ {
2+ "sdk" : {
3+ "version" : " 8.0.0" ,
4+ "allowPrerelease" : false ,
5+ "rollForward" : " latestFeature"
6+ }
7+ }
You can’t perform that action at this time.
0 commit comments