From 305598bd49381e930f5212dc10230a8e2e61e324 Mon Sep 17 00:00:00 2001 From: Christopher Winland Date: Mon, 15 Jul 2024 11:08:20 -0400 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 76ea917..eb705e3 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -40,7 +40,7 @@ jobs: # Execute all unit tests in the solution - name: Execute unit tests - run: dotnet test + run: dotnet test --framework ${{ matrix.dotnet-version }} # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Restore the application