File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup .NET 5
18
18
uses : actions/setup-dotnet@v1
19
19
with :
20
- dotnet-version : ' 5.0.302 '
20
+ dotnet-version : ' 6.x.x '
21
21
22
22
- name : Check source document formatting
23
+ working-directory : ./
23
24
run : |
24
25
dotnet tool restore
25
- dotnet fake build -t CheckFormat
26
+ chmod u+x ./build.sh
27
+ ./build.sh CheckFormat
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
17
- - name : Setup .NET 5
17
+ - name : Setup .NET 6
18
18
uses : actions/setup-dotnet@v1
19
19
with :
20
- dotnet-version : ' 5.0.302 '
20
+ dotnet-version : ' 6.x.x '
21
21
22
22
- name : Run verification script
23
23
run : |
24
24
dotnet tool restore
25
- dotnet fake build -t verifydocs
25
+ ./ build.cmd verifydocs
You can’t perform that action at this time.
0 commit comments