We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a42548 commit 9090b5eCopy full SHA for 9090b5e
azure-pipelines.yml
@@ -66,16 +66,6 @@ jobs:
66
continueOnError: true
67
env:
68
ConnectionString: $(ConnectionString)
69
- - task: DotNetCoreCLI@2
70
- displayName: MySql.Data 8
71
- inputs:
72
- command: 'test'
73
- workingDirectory: tests/MySqlData8.Tests
74
- publishTestResults: false
75
- arguments: '--logger "trx;LogFileName=$(Build.ArtifactStagingDirectory)/MySqlData8.Tests.trx"'
76
- continueOnError: true
77
- env:
78
- ConnectionString: $(ConnectionString)
79
- task: PublishPipelineArtifact@0
80
inputs:
81
artifactName: MySQL
0 commit comments