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 1717 - name : Setup .NET 5
1818 uses : actions/setup-dotnet@v1
1919 with :
20- dotnet-version : ' 5.0.302 '
20+ dotnet-version : ' 6.x.x '
2121
2222 - name : Check source document formatting
23+ working-directory : ./
2324 run : |
2425 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:
1414 steps :
1515 - uses : actions/checkout@v2
1616
17- - name : Setup .NET 5
17+ - name : Setup .NET 6
1818 uses : actions/setup-dotnet@v1
1919 with :
20- dotnet-version : ' 5.0.302 '
20+ dotnet-version : ' 6.x.x '
2121
2222 - name : Run verification script
2323 run : |
2424 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