Skip to content

Commit

Permalink
Switch to vstest.console
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Oct 3, 2024
1 parent 56f524d commit a7059be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
SECRET_LOG_ID: ${{ secrets.SECRET_LOG_ID }}
SECRET_HEARTBEAT_ID: ${{ secrets.SECRET_HEARTBEAT_ID }}
run: |
dotnet vstest test/Elmah.Io.Client.Test/bin/Release/net45/Elmah.Io.Client.Test.dll
dotnet vstest test/Elmah.Io.Client.Test/bin/Release/net46/Elmah.Io.Client.Test.dll
dotnet vstest test/Elmah.Io.Client.Test/bin/Release/net461/Elmah.Io.Client.Test.dll
vstest.console.exe test/Elmah.Io.Client.Test/bin/Release/net45/Elmah.Io.Client.Test.dll /Platform:x86
vstest.console.exe test/Elmah.Io.Client.Test/bin/Release/net46/Elmah.Io.Client.Test.dll /Platform:x86
vstest.console.exe test/Elmah.Io.Client.Test/bin/Release/net461/Elmah.Io.Client.Test.dll /Platform:x86
- name: Pack
run: dotnet pack --configuration Release src/Elmah.Io.Client/Elmah.Io.Client.csproj /p:Version=5.2.${{ github.run_number }}-pre
Expand Down

0 comments on commit a7059be

Please sign in to comment.