diff --git a/.build/azure-templates/publish-test-results-for-test-projects.yml b/.build/azure-templates/publish-test-results-for-test-projects.yml index a113396c0e..ec2a1237da 100644 --- a/.build/azure-templates/publish-test-results-for-test-projects.yml +++ b/.build/azure-templates/publish-test-results-for-test-projects.yml @@ -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 }}'