Remove restriction on tags, they might contain hyphons and etc.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
"label": "VSTS Version Tag",
|
||||
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/microsoft/vsts-agent/tags/",
|
||||
"defaultValue": "latest",
|
||||
"validRegex": "/^([a-zA-Z0-9-.])+$/"
|
||||
"validRegex": "/^([^\\s^\\/])+$/"
|
||||
},
|
||||
{
|
||||
"id": "$$cap_vsts_account",
|
||||
|
||||
Reference in New Issue
Block a user