vinodkumar3 / azure-functions-ux

Azure Functions UX
https://functions.azure.com
Apache License 2.0
0 stars 0 forks source link

Issue #17: Adding validation for working directory #23

Closed issacnitin closed 5 years ago

issacnitin commented 5 years ago

RegEx rules: Donot match anything with:

  1. Starting / or \ or ~(/abc)
  2. Starting with more than one dot and then / or \ (eg: ../abc)
  3. Having colon(:) in name (eg: C:/dir)
sachinma commented 5 years ago

Is the regex you have define valid for both windows and linux?

issacnitin commented 5 years ago

Is the regex you have define valid for both windows and linux?

Yes, I've updated the regex to allow colon(:) for linux. For functions we have deployment center with azure piplines for windows only