Skip to content

Commit 96949df

Browse files
committed
Refactor dotnet.yml to include specific paths for push and pull_request events
1 parent 704e8c3 commit 96949df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
with:
2828
dotnet-version: 8.0.x
2929
- name: Restore dependencies
30-
run: dotnet restore src/Application/src/RazorPagesTestSample.csproj
30+
run: dotnet restore src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj
3131
- name: Build
32-
run: dotnet build src/Application/src/RazorPagesTestSample.csproj --no-restore
32+
run: dotnet build src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj --no-restore
3333
- name: Test
34-
run: dotnet test src/Application/tests/RazorPagesTestSample.Tests.csproj --no-build --verbosity normal
34+
run: dotnet test src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj --no-build --verbosity normal

0 commit comments

Comments
 (0)