We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9021b97 commit a2e7031Copy full SHA for a2e7031
.github/workflows/publish.yml
@@ -24,10 +24,10 @@ jobs:
24
dotnet-version: '9.0.x'
25
26
- name: Restore dependencies
27
- run: dotnet restore
+ run: dotnet restore DevBetterWeb.slnx
28
29
- name: Build and test
30
- run: dotnet test --filter FullyQualifiedName!~Vimeo.Tests --configuration Release
+ run: dotnet test DevBetterWeb.slnx --filter FullyQualifiedName!~Vimeo.Tests --configuration Release
31
32
- name: Publish app
33
run: |
0 commit comments