diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 2597ff0..2d72e65 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,7 +21,7 @@ jobs: with: dotnet-version: '3.0.x' - name: Restore dependencies - run: dotnet restore + run: dotnet restore src/FluffySpoon.AspNet.EncryptWeMust.sln - name: Build run: dotnet build --no-restore src/FluffySpoon.AspNet.EncryptWeMust.sln --configuration release - name: Test