Skip to content

Commit ff891fd

Browse files
committed
whhhaaaat
1 parent 24469fb commit ff891fd

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/actions/testing/test/action.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,20 @@ runs:
6565
with:
6666
dotnet-version: ${{ inputs.dotnet_sdk_version }}
6767

68+
- name: Show .NET version and info
69+
shell: bash
70+
run: |
71+
dotnet --version
72+
dotnet --info
73+
env | grep DOTNET_USE_TEST_PLATFORM || true
74+
75+
- name: Explicit test platform version
76+
shell: bash
77+
run: |
78+
dotnet --list-sdks
79+
dotnet tool install --global microsoft.testplatform.console
80+
~/.dotnet/tools/vstest.console --version || true
81+
6882
- name: 'Test with .NET CLI (Native Code Coverage)'
6983
shell: bash
7084
env:

0 commit comments

Comments
 (0)