Update dotnet.yml

This commit is contained in:
2024-04-14 21:54:44 +02:00
committed by GitHub
parent 49872791b3
commit 3f091ed7cc

View File

@@ -23,9 +23,6 @@ jobs:
- name: Build
run: dotnet build ./Bot/Lunaris2.csproj --no-restore -c Release -o ./out
- name: Test
run: dotnet test ./Bot/Lunaris2.csproj --no-build --verbosity normal
- name: Publish
run: dotnet publish ./Bot/Lunaris2.csproj --configuration Release --output ./out