From 5a3d17c047b6a4109b26e0ae2ee6a7e5875ed00b Mon Sep 17 00:00:00 2001 From: Adam Oswald Date: Wed, 7 Feb 2024 14:25:23 -0500 Subject: [PATCH] Delete .github/workflows/azure-pipelines-6.yml --- .github/workflows/azure-pipelines-6.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/azure-pipelines-6.yml diff --git a/.github/workflows/azure-pipelines-6.yml b/.github/workflows/azure-pipelines-6.yml deleted file mode 100644 index 9513748f..00000000 --- a/.github/workflows/azure-pipelines-6.yml +++ /dev/null @@ -1,22 +0,0 @@ -# Node.js with Angular -# Build a Node.js project that uses Angular. -# Add steps that analyze code, save build artifacts, deploy, and more: -# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript - -trigger: -- main - -pool: - vmImage: ubuntu-latest - -steps: -- task: NodeTool@0 - inputs: - versionSpec: '10.x' - displayName: 'Install Node.js' - -- script: | - npm install -g @angular/cli - npm install - ng build --prod - displayName: 'npm install and build'