Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SRNissen authored Jun 16, 2024
1 parent e957ff1 commit d9561bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
uses: microsoft/setup-msbuild@v2

- name: discovery
run: where.exe msbuild.exe
run: |
pushd C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
gci -r vstest.console.exe
Expand Down

0 comments on commit d9561bb

Please sign in to comment.