We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8680485 commit b8e19c6Copy full SHA for b8e19c6
.github/workflows/ci-cd.yml
@@ -96,6 +96,11 @@ jobs:
96
shell: cmd
97
run: msbuild build\FLExBridge.proj /t:Test /p:Configuration=Release
98
99
+ - name: Publish Test Results
100
+ uses: EnricoMi/publish-unit-test-result-action@v2
101
+ with:
102
+ files: '**/TestResults.xml'
103
+
104
- name: Create NuGet packages
105
106
run: msbuild build\FLExBridge.proj /t:Pack /p:Configuration=Release
0 commit comments