|
|
|
@ -54,14 +54,10 @@ jobs:
@@ -54,14 +54,10 @@ jobs:
|
|
|
|
|
- name: Build |
|
|
|
|
run: msbuild ILSpy.sln /p:Configuration=${{ matrix.configuration }} /p:Platform=$env:BuildPlatform |
|
|
|
|
|
|
|
|
|
- name: Execute ICS.D unit tests (net6.0) |
|
|
|
|
run: vstest.console $env:Tests1 |
|
|
|
|
env: |
|
|
|
|
Tests1: ICSharpCode.Decompiler.Tests\bin\${{ matrix.configuration }}\net6.0\ICSharpCode.Decompiler.Tests.dll |
|
|
|
|
|
|
|
|
|
- name: Execute unit tests (net6.0-windows) |
|
|
|
|
run: vstest.console $env:Tests2 $env:Tests3 |
|
|
|
|
- name: Execute unit tests |
|
|
|
|
run: vstest.console $env:Tests1 $env:Tests2 $env:Tests3 |
|
|
|
|
env: |
|
|
|
|
Tests1: ICSharpCode.Decompiler.Tests\bin\${{ matrix.configuration }}\net6.0-windows\win-x64\ICSharpCode.Decompiler.Tests.dll |
|
|
|
|
Tests2: ILSpy.Tests\bin\${{ matrix.configuration }}\net6.0-windows\ILSpy.Tests.dll |
|
|
|
|
Tests3: ILSpy.BamlDecompiler.Tests\bin\${{ matrix.configuration }}\net6.0-windows\ILSpy.BamlDecompiler.Tests.dll |
|
|
|
|
|
|
|
|
|