Skip to content

Commit

Permalink
GitHub action - 'Setup-VSTest' update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavminhas committed Apr 28, 2024
1 parent 2faf02b commit 5d1773a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
branches: [ main ]
workflow_dispatch:

env:
VSTEST_CONSOLE_PATH: C:\"Program Files (x86)"\"Microsoft Visual Studio"\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TestWindow

jobs:
Build_DotNet_OS-VSVersion:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -56,8 +59,6 @@ jobs:
replacements: '__CLIENTSECRET__=${{ secrets.CLIENT_SECRET }}'

- name: Setup-VSTest
env:
VSTEST_CONSOLE_PATH: C:\"Program Files (x86)"\"Microsoft Visual Studio"\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TestWindow
run: echo ${{env.VSTEST_CONSOLE_PATH}}

- name: Test
Expand Down

0 comments on commit 5d1773a

Please sign in to comment.