remove --no-build

This commit is contained in:
Nick Seguin 2023-12-10 02:50:26 -06:00
parent c8abaecae8
commit 7f76f009fb

View file

@ -61,4 +61,4 @@ jobs:
- name: dotnet test
run: dotnet test
- name: dotnet publish
run: dotnet publish --no-build --configuration Release
run: dotnet publish --configuration Release