remove tests in publishing nuget, should be seperated if needed
Some checks failed
Publish NuGet Packages / build-and-publish (push) Failing after 35s

This commit is contained in:
Mathias Beaulieu-Duncan 2025-10-06 15:29:57 -04:00
parent 57c9aa6e00
commit 1feb6a7169

View File

@ -33,9 +33,6 @@ jobs:
- name: Build solution
run: dotnet build --configuration Release --no-restore
- name: Run tests
run: dotnet test --configuration Release --no-build --verbosity normal
- name: Pack Abstractions
run: |
dotnet pack Svrnty.GeoManagement.Abstractions/Svrnty.GeoManagement.Abstractions.csproj \