summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg <gregory.mkv@gmail.com>2019-06-18 15:10:12 -0400
committerGreg <gregory.mkv@gmail.com>2019-06-18 15:10:12 -0400
commit28da6b0bd74f032f8fe9b21e2ec4731473300f79 (patch)
tree1e53446213d8fb841b1194fc09fcf195d93411bf
parent7a4cc62379593f65f4c36c55dd7ddc66c1e71669 (diff)
Azure pipelines - fix erroneous release condition0.6.4
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 226a29c..12120f6 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -69,7 +69,7 @@ jobs:
- cargo_test_stable
- cargo_cross
rust_version: stable
- condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))
+ condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
contents: |
*
!*.rlib