diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index bec77fa..1341755 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,7 +23,7 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet build --configuration Release --no-restore + run: dotnet build --configuration Release --no-restore -f spworlds-csharp-library - name: Test run: dotnet test --no-build --verbosity normal - name: Publish