File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build
22
33on :
44 push :
5- branches : [master, main]
5+ branches : [master, main, Phase06 ]
66 pull_request :
77 branches : [master, main]
88
@@ -17,18 +17,19 @@ jobs:
1717 uses : actions/setup-dotnet@v2
1818 with :
1919 dotnet-version : 8.0.x
20+ cache : true
2021
2122 - name : Install dependencies
2223 run : dotnet restore
23- working-directory : Phase05 /
24+ working-directory : . /
2425
2526 - name : Build
2627 run : dotnet build --configuration Release --no-restore
27- working-directory : Phase05 /
28+ working-directory : . /
2829
2930 - name : Test
3031 run : dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage"
31- working-directory : Phase05 /
32+ working-directory : . /
3233
3334 - name : Publish code coverage reports to codecove.io
3435 uses : codecov/codecov-action@v1
You can’t perform that action at this time.
0 commit comments