Skip to content

Commit

Permalink
publish-test-results-for-test-projects.yml: Updated Lucene.Net.Tests.…
Browse files Browse the repository at this point in the history
…CodeAnalysis to publish tests for net8.0
  • Loading branch information
NightOwl888 committed Aug 15, 2024
1 parent 9f149ab commit 56630d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ steps:
- template: publish-test-results.yml
parameters:
testProjectName: 'Lucene.Net.Tests.CodeAnalysis'
framework: 'net5.0' # Since condtions are not supported for templates, we check for the file existence within publish-test-results.yml
framework: 'net8.0' # Since condtions are not supported for templates, we check for the file existence within publish-test-results.yml
vsTestPlatform: '${{ parameters.vsTestPlatform }}'
osName: '${{ parameters.osName }}'
testResultsFormat: '${{ parameters.testResultsFormat }}'
Expand Down

0 comments on commit 56630d1

Please sign in to comment.