diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 00299df5..8a4a583a 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -54,6 +54,10 @@ jobs: if: matrix.os == 'windows-latest' run: dotnet publish Payload_Type\athena\athena\agent_code\Agent.sln -c Release /p:WindowsTest=True + - name: Build Agent Windows + if: matrix.os == 'windows-latest' + run: dotnet test Payload_Type\athena\athena\agent_code\Agent.sln /p:WindowsTest=True + # 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