File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 # The branches below must be a subset of the branches above
1919 branches : [ "master" ]
2020 schedule :
21- - cron : ' 35 11 * * 6 '
21+ - cron : ' 17 4 * * 5 '
2222
2323jobs :
2424 analyze :
Original file line number Diff line number Diff line change @@ -13,17 +13,13 @@ jobs:
1313
1414 steps :
1515 - uses : actions/checkout@v3
16- - name : Setup .NET Core 3.1
17- uses : actions/setup-dotnet@v3
18- with :
19- dotnet-version : 3.1.x
20- - name : Setup .NET Core 6.0
16+ - name : Setup .NET 10.0
2117 uses : actions/setup-dotnet@v3
2218 with :
23- dotnet-version : 6 .0.x
19+ dotnet-version : 10 .0.x
2420 - name : Restore dependencies
2521 run : dotnet restore
2622 - name : Build
2723 run : dotnet build --configuration Release --no-restore
2824 - name : Test
29- run : dotnet test --no-build --configuration Release --verbosity normal
25+ run : dotnet test --no-build --configuration Release --verbosity normal
You can’t perform that action at this time.
0 commit comments