From f6ad95c52bb47eaefc593cc176b3a562ab6a80d5 Mon Sep 17 00:00:00 2001 From: Roberto <107645954+intcooper@users.noreply.github.com> Date: Mon, 20 May 2024 16:32:07 +0200 Subject: [PATCH] Clean up action scripts --- .github/workflows/create-release.yml | 4 ++++ MMExNotifier.Tests/MMExNotifier.Tests.csproj | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index a424e62..632dd1c 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -75,6 +75,10 @@ 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 run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration diff --git a/MMExNotifier.Tests/MMExNotifier.Tests.csproj b/MMExNotifier.Tests/MMExNotifier.Tests.csproj index fdeb994..0f0e76c 100644 --- a/MMExNotifier.Tests/MMExNotifier.Tests.csproj +++ b/MMExNotifier.Tests/MMExNotifier.Tests.csproj @@ -7,7 +7,6 @@ false true - false