Skip to content

Commit

Permalink
Update krabsetw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
x86phil authored Jul 15, 2024
1 parent 7cbf895 commit 2735d8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/krabsetw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- uses: NuGet/[email protected]
- uses: darenm/Setup-VSTest@v1
- name: nuget restore
run: nuget.exe restore krabs\krabs.sln
run: nuget.exe restore bluekrabs\bluekrabs.sln
- name: build release
run: msbuild.exe /nologo /m /t:Rebuild /p:Configuration=Release krabs\krabs.sln
run: msbuild.exe /nologo /m /t:Rebuild /p:Configuration=Release bluekrabs\bluekrabs.sln
- name: build debug
run: msbuild.exe /nologo /m /t:Rebuild /p:Configuration=Debug krabs\krabs.sln
run: msbuild.exe /nologo /m /t:Rebuild /p:Configuration=Debug bluekrabs\bluekrabs.sln
- name: test native debug
run: vstest.console.exe krabs\x64\Debug\krabstests.dll
run: vstest.console.exe bluekrabs\x64\Debug\krabstests.dll
- name: test debug net462
run: vstest.console.exe tests\ManagedETWTests\bin\Debug\net462\EtwTestsCS.dll
- name: test debug net6.0
Expand Down

0 comments on commit 2735d8c

Please sign in to comment.