microsoft/azure-pipelines-vscode

AzureStaticWebApp@0 string does not match the pattern of

Satak opened this issue · 1 comments

Satak commented

Yaml format check doesn't support AzureStaticWebApp@0

steps:
  - checkout: self
    submodules: true
  - task: AzureStaticWebApp@0
    inputs:
      app_location: '/web_app'
      api_location: '/api'
      output_location: ''

image

Hi @Satak, you're in luck! This is fixed as of extension version 1.188.1, published earlier today :).
Please let me know if you're still seeing issues after updating.