Skip to content

Update test command to correctly invoke vstest.console.exe #7

Update test command to correctly invoke vstest.console.exe

Update test command to correctly invoke vstest.console.exe #7

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup MSBuild
uses: microsoft/[email protected]
- name: Setup NuGet
uses: NuGet/[email protected]
- name: Restore NuGet packages
run: nuget restore SoG_SGreader.sln
- name: Build
run: msbuild /p:Configuration=Release SoG_SGreader.sln
- name: Test
run: |
& "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" SoG_SGreader.Test\bin\Release\SoG_SGreader.Test.dll