@@ -27,52 +27,52 @@ steps:
2727 displayName : ' Publish MySqlConnector.Tests'
2828 inputs :
2929 command : ' publish'
30- arguments : ' -c Release -f net9 .0 --no-build tests/MySqlConnector.Tests/MySqlConnector.Tests.csproj'
30+ arguments : ' -c Release -f net10 .0 --no-build tests/MySqlConnector.Tests/MySqlConnector.Tests.csproj'
3131 publishWebProjects : false
3232 zipAfterPublish : false
3333- task : PublishPipelineArtifact@1
3434 inputs :
35- artifact : ' MySqlConnector.Tests-9 .0-$(Agent.OS)'
36- targetPath : ' artifacts/publish/MySqlConnector.Tests/release_net9 .0'
35+ artifact : ' MySqlConnector.Tests-10 .0-$(Agent.OS)'
36+ targetPath : ' artifacts/publish/MySqlConnector.Tests/release_net10 .0'
3737 publishLocation : ' pipeline'
3838
3939- task : DotNetCoreCLI@2
4040 displayName : ' Publish Conformance.Tests'
4141 inputs :
4242 command : ' publish'
43- arguments : ' -c Release -f net9 .0 --no-build tests/Conformance.Tests/Conformance.Tests.csproj'
43+ arguments : ' -c Release -f net10 .0 --no-build tests/Conformance.Tests/Conformance.Tests.csproj'
4444 publishWebProjects : false
4545 zipAfterPublish : false
4646- task : PublishPipelineArtifact@1
4747 inputs :
48- artifact : ' Conformance.Tests-9 .0-$(Agent.OS)'
49- targetPath : ' artifacts/publish/Conformance.Tests/release_net9 .0'
48+ artifact : ' Conformance.Tests-10 .0-$(Agent.OS)'
49+ targetPath : ' artifacts/publish/Conformance.Tests/release_net10 .0'
5050 publishLocation : ' pipeline'
5151
5252- task : DotNetCoreCLI@2
5353 displayName : ' Publish MySqlConnector.DependencyInjection.Tests'
5454 inputs :
5555 command : ' publish'
56- arguments : ' -c Release -f net9 .0 --no-build tests/MySqlConnector.DependencyInjection.Tests/MySqlConnector.DependencyInjection.Tests.csproj'
56+ arguments : ' -c Release -f net10 .0 --no-build tests/MySqlConnector.DependencyInjection.Tests/MySqlConnector.DependencyInjection.Tests.csproj'
5757 publishWebProjects : false
5858 zipAfterPublish : false
5959- task : PublishPipelineArtifact@1
6060 inputs :
61- artifact : ' MySqlConnector.DependencyInjection.Tests-9 .0-$(Agent.OS)'
62- targetPath : ' artifacts/publish/MySqlConnector.DependencyInjection.Tests/release_net9 .0'
61+ artifact : ' MySqlConnector.DependencyInjection.Tests-10 .0-$(Agent.OS)'
62+ targetPath : ' artifacts/publish/MySqlConnector.DependencyInjection.Tests/release_net10 .0'
6363 publishLocation : ' pipeline'
6464
6565- task : DotNetCoreCLI@2
66- displayName : ' Publish IntegrationTests (9 .0)'
66+ displayName : ' Publish IntegrationTests (10 .0)'
6767 inputs :
6868 command : ' publish'
69- arguments : ' -c Release -f net9 .0 --no-build tests/IntegrationTests/IntegrationTests.csproj'
69+ arguments : ' -c Release -f net10 .0 --no-build tests/IntegrationTests/IntegrationTests.csproj'
7070 publishWebProjects : false
7171 zipAfterPublish : false
7272- task : PublishPipelineArtifact@1
7373 inputs :
74- artifact : ' IntegrationTests-net9 .0-$(Agent.OS)'
75- targetPath : ' artifacts/publish/IntegrationTests/release_net9 .0'
74+ artifact : ' IntegrationTests-net10 .0-$(Agent.OS)'
75+ targetPath : ' artifacts/publish/IntegrationTests/release_net10 .0'
7676 publishLocation : ' pipeline'
7777
7878- task : DotNetCoreCLI@2
0 commit comments