We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e4310 commit 704e8c3Copy full SHA for 704e8c3
.github/workflows/dotnet.yml
@@ -27,8 +27,8 @@ jobs:
27
with:
28
dotnet-version: 8.0.x
29
- name: Restore dependencies
30
- run: dotnet restore src/Application/Application.csproj
+ run: dotnet restore src/Application/src/RazorPagesTestSample.csproj
31
- name: Build
32
- run: dotnet build src/Application/Application.csproj --no-restore
+ run: dotnet build src/Application/src/RazorPagesTestSample.csproj --no-restore
33
- name: Test
34
- run: dotnet test src/Application.Tests/Application.Tests.csproj --no-build --verbosity normal
+ run: dotnet test src/Application/tests/RazorPagesTestSample.Tests.csproj --no-build --verbosity normal
0 commit comments