Update dotnet-desktop.yml

This commit is contained in:
2024-10-14 01:52:15 +02:00
committed by GitHub
parent d289887597
commit f166f22599

View File

@@ -77,9 +77,6 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
# Execute all unit tests in the solution
- name: Execute unit tests
run: dotnet test
# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application