File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 7373 domain : ${{ github.repository_owner }}
7474
7575 - name : Run tests against Source Generators
76- id : test-generator
7776 run : dotnet test --logger "trx;LogFileName=sourceGeneratorTestResults.trx" -p:Configuration=Release
7877
7978 - name : Create test reports
@@ -238,7 +237,7 @@ jobs:
238237 - name : Create test reports
239238 run : |
240239 testspace '[New Experiment]./TestResults/*.trx'
241- if : ${{ (matrix.multitarget == 'uwp' || matrix.multitarget == 'wasdk') && (steps.test-generator.conclusion == 'success' || steps.test- platform.conclusion == 'success') }}
240+ if : ${{ (matrix.multitarget == 'uwp' || matrix.multitarget == 'wasdk') && (steps.test-platform.conclusion == 'success') }}
242241
243242 - name : Artifact - Diagnostic Logs
244243 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments