diff --git a/azure_devops/pipelines/yml/valet-pipeline3.yml b/azure_devops/pipelines/yml/valet-pipeline3.yml deleted file mode 100644 index d09df8c..0000000 --- a/azure_devops/pipelines/yml/valet-pipeline3.yml +++ /dev/null @@ -1,22 +0,0 @@ -trigger: -- build - -variables: - - name: OLD - value: "SECRET" - -pool: MyPool - -steps: -- script: echo Hello, world! - displayName: 'Run a one-line script' - -- task: GoTool@0 - inputs: - version: '1.10' -- task: AzureFunctionApp@1 - inputs: - azureSubscription: 'ACE CAT: valet-testing' - appType: 'functionAppLinux' - appName: 'demo' - package: '$(System.DefaultWorkingDirectory)/**/*.zip'