From fd410cfe37c2292ff308c9d10feef0c34f7be7d7 Mon Sep 17 00:00:00 2001 From: NaysKutzu <87282334+NaysKutzu@users.noreply.github.com> Date: Sun, 1 Oct 2023 19:32:22 +0200 Subject: [PATCH] PUSH --- .github/workflows/dotnet-desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 08500f3..af0b978 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -40,7 +40,7 @@ jobs: run: dotnet test PteroController.csproj # Restore the application to populate the obj folder with RuntimeIdentifiers - - name: Restore the application - run: dotnet build + - name: Restore and build the application + run: dotnet build PteroController.csproj env: Configuration: ${{ matrix.configuration }} \ No newline at end of file