From 79f347cc0e482d747e21006f502a6a29a29e2ca6 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Fri, 11 Jul 2025 14:25:16 -0400 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0d4d9a3bf..3b944caad 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,10 +24,10 @@ jobs: dotnet-version: '9.0.x' - name: Restore dependencies - run: dotnet restore + run: dotnet restore DevBetterWeb.slnx - name: Build and test - run: dotnet test --filter FullyQualifiedName!~Vimeo.Tests --configuration Release + run: dotnet test DevBetterWeb.slnx --filter FullyQualifiedName!~Vimeo.Tests --configuration Release - name: Publish app run: |