@@ -30,10 +30,11 @@ steps:
3030 arguments : ' -c Release -f net9.0 --no-build tests/MySqlConnector.Tests/MySqlConnector.Tests.csproj'
3131 publishWebProjects : false
3232 zipAfterPublish : false
33- - task : PublishPipelineArtifact@0
33+ - task : PublishPipelineArtifact@1
3434 inputs :
35- artifactName : ' MySqlConnector.Tests-9.0-$(Agent.OS)'
35+ artifact : ' MySqlConnector.Tests-9.0-$(Agent.OS)'
3636 targetPath : ' artifacts/publish/MySqlConnector.Tests/release_net9.0'
37+ publishLocation : ' pipeline'
3738
3839- task : DotNetCoreCLI@2
3940 displayName : ' Publish Conformance.Tests'
@@ -42,10 +43,11 @@ steps:
4243 arguments : ' -c Release -f net9.0 --no-build tests/Conformance.Tests/Conformance.Tests.csproj'
4344 publishWebProjects : false
4445 zipAfterPublish : false
45- - task : PublishPipelineArtifact@0
46+ - task : PublishPipelineArtifact@1
4647 inputs :
47- artifactName : ' Conformance.Tests-9.0-$(Agent.OS)'
48+ artifact : ' Conformance.Tests-9.0-$(Agent.OS)'
4849 targetPath : ' artifacts/publish/Conformance.Tests/release_net9.0'
50+ publishLocation : ' pipeline'
4951
5052- task : DotNetCoreCLI@2
5153 displayName : ' Publish MySqlConnector.DependencyInjection.Tests'
@@ -54,10 +56,11 @@ steps:
5456 arguments : ' -c Release -f net9.0 --no-build tests/MySqlConnector.DependencyInjection.Tests/MySqlConnector.DependencyInjection.Tests.csproj'
5557 publishWebProjects : false
5658 zipAfterPublish : false
57- - task : PublishPipelineArtifact@0
59+ - task : PublishPipelineArtifact@1
5860 inputs :
59- artifactName : ' MySqlConnector.DependencyInjection.Tests-9.0-$(Agent.OS)'
61+ artifact : ' MySqlConnector.DependencyInjection.Tests-9.0-$(Agent.OS)'
6062 targetPath : ' artifacts/publish/MySqlConnector.DependencyInjection.Tests/release_net9.0'
63+ publishLocation : ' pipeline'
6164
6265- task : DotNetCoreCLI@2
6366 displayName : ' Publish IntegrationTests (9.0)'
@@ -66,10 +69,11 @@ steps:
6669 arguments : ' -c Release -f net9.0 --no-build tests/IntegrationTests/IntegrationTests.csproj'
6770 publishWebProjects : false
6871 zipAfterPublish : false
69- - task : PublishPipelineArtifact@0
72+ - task : PublishPipelineArtifact@1
7073 inputs :
71- artifactName : ' IntegrationTests-net9.0-$(Agent.OS)'
74+ artifact : ' IntegrationTests-net9.0-$(Agent.OS)'
7275 targetPath : ' artifacts/publish/IntegrationTests/release_net9.0'
76+ publishLocation : ' pipeline'
7377
7478- task : DotNetCoreCLI@2
7579 displayName : ' Publish IntegrationTests (8.0)'
7882 arguments : ' -c Release -f net8.0 --no-build tests/IntegrationTests/IntegrationTests.csproj'
7983 publishWebProjects : false
8084 zipAfterPublish : false
81- - task : PublishPipelineArtifact@0
85+ - task : PublishPipelineArtifact@1
8286 inputs :
83- artifactName : ' IntegrationTests-net8.0-$(Agent.OS)'
87+ artifact : ' IntegrationTests-net8.0-$(Agent.OS)'
8488 targetPath : ' artifacts/publish/IntegrationTests/release_net8.0'
89+ publishLocation : ' pipeline'
0 commit comments