We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80de8ad commit 6cc60cbCopy full SHA for 6cc60cb
action.yml
@@ -2,7 +2,6 @@
2
name: 'TRX to VS Playlist Converter'
3
description: >
4
Convert TRX test result files to Visual Studio Test playlist files.
5
- Supports globbing patterns, merging multiple TRX files, and creating separate playlists.
6
branding:
7
icon: 'play'
8
color: 'blue'
@@ -61,6 +60,7 @@ runs:
61
60
uses: actions/setup-dotnet@v5
62
with:
63
dotnet-version: '10.x'
+ dotnet-quality: 'ga'
64
65
- name: Install trx-to-vsplaylist tool
66
shell: bash
0 commit comments