@@ -30,10 +30,11 @@ steps:
30
30
arguments : ' -c Release -f net9.0 --no-build tests/MySqlConnector.Tests/MySqlConnector.Tests.csproj'
31
31
publishWebProjects : false
32
32
zipAfterPublish : false
33
- - task : PublishPipelineArtifact@0
33
+ - task : PublishPipelineArtifact@1
34
34
inputs :
35
- artifactName : ' MySqlConnector.Tests-9.0-$(Agent.OS)'
35
+ artifact : ' MySqlConnector.Tests-9.0-$(Agent.OS)'
36
36
targetPath : ' artifacts/publish/MySqlConnector.Tests/release_net9.0'
37
+ publishLocation : ' pipeline'
37
38
38
39
- task : DotNetCoreCLI@2
39
40
displayName : ' Publish Conformance.Tests'
@@ -42,10 +43,11 @@ steps:
42
43
arguments : ' -c Release -f net9.0 --no-build tests/Conformance.Tests/Conformance.Tests.csproj'
43
44
publishWebProjects : false
44
45
zipAfterPublish : false
45
- - task : PublishPipelineArtifact@0
46
+ - task : PublishPipelineArtifact@1
46
47
inputs :
47
- artifactName : ' Conformance.Tests-9.0-$(Agent.OS)'
48
+ artifact : ' Conformance.Tests-9.0-$(Agent.OS)'
48
49
targetPath : ' artifacts/publish/Conformance.Tests/release_net9.0'
50
+ publishLocation : ' pipeline'
49
51
50
52
- task : DotNetCoreCLI@2
51
53
displayName : ' Publish MySqlConnector.DependencyInjection.Tests'
@@ -54,10 +56,11 @@ steps:
54
56
arguments : ' -c Release -f net9.0 --no-build tests/MySqlConnector.DependencyInjection.Tests/MySqlConnector.DependencyInjection.Tests.csproj'
55
57
publishWebProjects : false
56
58
zipAfterPublish : false
57
- - task : PublishPipelineArtifact@0
59
+ - task : PublishPipelineArtifact@1
58
60
inputs :
59
- artifactName : ' MySqlConnector.DependencyInjection.Tests-9.0-$(Agent.OS)'
61
+ artifact : ' MySqlConnector.DependencyInjection.Tests-9.0-$(Agent.OS)'
60
62
targetPath : ' artifacts/publish/MySqlConnector.DependencyInjection.Tests/release_net9.0'
63
+ publishLocation : ' pipeline'
61
64
62
65
- task : DotNetCoreCLI@2
63
66
displayName : ' Publish IntegrationTests (9.0)'
@@ -66,10 +69,11 @@ steps:
66
69
arguments : ' -c Release -f net9.0 --no-build tests/IntegrationTests/IntegrationTests.csproj'
67
70
publishWebProjects : false
68
71
zipAfterPublish : false
69
- - task : PublishPipelineArtifact@0
72
+ - task : PublishPipelineArtifact@1
70
73
inputs :
71
- artifactName : ' IntegrationTests-net9.0-$(Agent.OS)'
74
+ artifact : ' IntegrationTests-net9.0-$(Agent.OS)'
72
75
targetPath : ' artifacts/publish/IntegrationTests/release_net9.0'
76
+ publishLocation : ' pipeline'
73
77
74
78
- task : DotNetCoreCLI@2
75
79
displayName : ' Publish IntegrationTests (8.0)'
78
82
arguments : ' -c Release -f net8.0 --no-build tests/IntegrationTests/IntegrationTests.csproj'
79
83
publishWebProjects : false
80
84
zipAfterPublish : false
81
- - task : PublishPipelineArtifact@0
85
+ - task : PublishPipelineArtifact@1
82
86
inputs :
83
- artifactName : ' IntegrationTests-net8.0-$(Agent.OS)'
87
+ artifact : ' IntegrationTests-net8.0-$(Agent.OS)'
84
88
targetPath : ' artifacts/publish/IntegrationTests/release_net8.0'
89
+ publishLocation : ' pipeline'
0 commit comments