We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24469fb commit ff891fdCopy full SHA for ff891fd
1 file changed
.github/actions/testing/test/action.yml
@@ -65,6 +65,20 @@ runs:
65
with:
66
dotnet-version: ${{ inputs.dotnet_sdk_version }}
67
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
77
78
+ dotnet --list-sdks
79
+ dotnet tool install --global microsoft.testplatform.console
80
+ ~/.dotnet/tools/vstest.console --version || true
81
82
- name: 'Test with .NET CLI (Native Code Coverage)'
83
shell: bash
84
env:
0 commit comments