Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
august95 authored Sep 13, 2024
1 parent efd4d9c commit 80acd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
run: msbuild unit_test/unit_test.vcxproj /p:Configuration=${{ env.BUILD_CONFIGURATION }} /p:Platform=${{ env.PLATFORM }} /verbosity:diagnostic

- name: Run Unit Tests
run: ./"C:\Program Files\Microsoft Visual Studio\2022\Enterpr
run: ./"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\Extensions\TestPlatform\vstest.console.exe" unit_test\bin\${{ env.BUILD_CONFIGURATION }}\${{ env.PLATFORM }}\unit_test.dll

0 comments on commit 80acd92

Please sign in to comment.