There was an error while loading. Please reload this page.
1 parent 9021b97 commit 79f347cCopy full SHA for 79f347c
1 file changed
.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