From 988dd6b4f141f9b873f20119667827d4d1e47e42 Mon Sep 17 00:00:00 2001 From: Adam Oswald Date: Wed, 7 Feb 2024 14:23:30 -0500 Subject: [PATCH] Delete .github/workflows/azure-pipelines-16.yml --- .github/workflows/azure-pipelines-16.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/azure-pipelines-16.yml diff --git a/.github/workflows/azure-pipelines-16.yml b/.github/workflows/azure-pipelines-16.yml deleted file mode 100644 index 24a69565..00000000 --- a/.github/workflows/azure-pipelines-16.yml +++ /dev/null @@ -1,21 +0,0 @@ -# Node.js with gulp -# Build a Node.js project using the gulp task runner. -# 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 - gulp default --gulpfile gulpfile.js - displayName: 'npm install and run gulp'