File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ steps:
2626 displayName : ' Publish MySqlConnector.Tests'
2727 inputs :
2828 command : ' publish'
29- arguments : ' -c Release -f net5 .0 --no-build tests/MySqlConnector.Tests/MySqlConnector.Tests.csproj'
29+ arguments : ' -c Release -f net6 .0 --no-build tests/MySqlConnector.Tests/MySqlConnector.Tests.csproj'
3030 publishWebProjects : false
3131 zipAfterPublish : false
3232- task : PublishPipelineArtifact@0
3333 inputs :
34- artifactName : ' MySqlConnector.Tests-5 .0-$(Agent.OS)'
35- targetPath : ' tests/MySqlConnector.Tests/bin/Release/net5 .0/publish'
34+ artifactName : ' MySqlConnector.Tests-6 .0-$(Agent.OS)'
35+ targetPath : ' tests/MySqlConnector.Tests/bin/Release/net6 .0/publish'
3636
3737- task : DotNetCoreCLI@2
3838 displayName : ' Publish Conformance.Tests'
Original file line number Diff line number Diff line change 1010 version : $(DotNetCoreSdkVersion)
1111- task : DownloadPipelineArtifact@0
1212 inputs :
13- artifactName : ' MySqlConnector.Tests-5 .0-$(Agent.OS)'
13+ artifactName : ' MySqlConnector.Tests-6 .0-$(Agent.OS)'
1414 targetPath : $(System.DefaultWorkingDirectory)
1515- task : DotNetCoreCLI@2
1616 displayName : ' Run MySqlConnector.Tests'
2222 inputs :
2323 testResultsFormat : VSTest
2424 testResultsFiles : ' **/*.trx'
25- testRunTitle : ' MySqlConnector.Tests-5 .0-$(Agent.OS)'
25+ testRunTitle : ' MySqlConnector.Tests-6 .0-$(Agent.OS)'
You can’t perform that action at this time.
0 commit comments