diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-07-19 23:57:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-19 23:57:46 +0200 |
| commit | c8539709acd57b933a339b407a9bdfeb8b6ce383 (patch) | |
| tree | 1b583fee1cd0ea2765e671202b0a364cafc6abbd | |
| parent | 677ec1b27a857c091931f424710cf5b36f052158 (diff) | |
| parent | 2f2fe3552ddf1914814b78fd6fa911e7bc752416 (diff) | |
Merge pull request #3596 from joshuaboniface/fix-typov10.6.0
Fix typo in CI configuration
| -rw-r--r-- | .ci/azure-pipelines-package.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines-package.yml b/.ci/azure-pipelines-package.yml index 68ec427cb..272111299 100644 --- a/.ci/azure-pipelines-package.yml +++ b/.ci/azure-pipelines-package.yml @@ -144,7 +144,7 @@ jobs: displayName: 'Publish NuGet packages' dependsOn: - BuildPackage - condition: and((succeeded'BuildPackage'), startsWith(variables['Build.SourceBranch'], 'refs/tags')) + condition: and(succeeded('BuildPackage'), startsWith(variables['Build.SourceBranch'], 'refs/tags')) pool: vmImage: 'ubuntu-latest' |
