@@ -27,52 +27,52 @@ steps:
27
27
displayName : ' Publish MySqlConnector.Tests'
28
28
inputs :
29
29
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'
31
31
publishWebProjects : false
32
32
zipAfterPublish : false
33
33
- task : PublishPipelineArtifact@1
34
34
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'
37
37
publishLocation : ' pipeline'
38
38
39
39
- task : DotNetCoreCLI@2
40
40
displayName : ' Publish Conformance.Tests'
41
41
inputs :
42
42
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'
44
44
publishWebProjects : false
45
45
zipAfterPublish : false
46
46
- task : PublishPipelineArtifact@1
47
47
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'
50
50
publishLocation : ' pipeline'
51
51
52
52
- task : DotNetCoreCLI@2
53
53
displayName : ' Publish MySqlConnector.DependencyInjection.Tests'
54
54
inputs :
55
55
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'
57
57
publishWebProjects : false
58
58
zipAfterPublish : false
59
59
- task : PublishPipelineArtifact@1
60
60
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'
63
63
publishLocation : ' pipeline'
64
64
65
65
- task : DotNetCoreCLI@2
66
- displayName : ' Publish IntegrationTests (9 .0)'
66
+ displayName : ' Publish IntegrationTests (10 .0)'
67
67
inputs :
68
68
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'
70
70
publishWebProjects : false
71
71
zipAfterPublish : false
72
72
- task : PublishPipelineArtifact@1
73
73
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'
76
76
publishLocation : ' pipeline'
77
77
78
78
- task : DotNetCoreCLI@2
0 commit comments