UnitTests: Make independent Visual Studio solution

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2022-03-08 14:57:41 +01:00
parent 64a0c07dd4
commit 9dc3af9797
4 changed files with 3 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ jobs:
with:
architecture: x64
- run: msbuild WinStd.sln -t:Build -p:Configuration=Release -p:Platform=x64
- run: msbuild UnitTests\UnitTests.sln -t:Build -p:Configuration=Release -p:Platform=x64
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1