File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88 branches :
99 - main
10+
1011jobs :
1112 build-and-test :
1213 runs-on : ubuntu-latest
1314
1415 steps :
15- - name : Checkout code
16- uses : actions/checkout@v3
16+ - name : Checkout code
17+ uses : actions/checkout@v3
1718
18- - name : Setup .NET
19- uses : actions/setup-dotnet@v3
20- with :
21- dotnet-version : 6.x
19+ - name : Setup .NET
20+ uses : actions/setup-dotnet@v3
21+ with :
22+ dotnet-version : ' 6.x'
2223
23- - name : Restore dependencies
24- run : dotnet restore
24+ - name : Restore dependencies
25+ run : dotnet restore
2526
26- - name : Build
27- run : dotnet build --configuration Release
27+ - name : Build
28+ run : dotnet build --configuration Release
2829
29- - name : Run tests
30- run : dotnet test --configuration Release --no-build
30+ - name : Run tests
31+ run : dotnet test --configuration Release --no-build
You can’t perform that action at this time.
0 commit comments