From 143e79b3c81e23cba7e9af376214de2321b123da Mon Sep 17 00:00:00 2001 From: Adam Oswald Date: Wed, 7 Feb 2024 14:23:16 -0500 Subject: [PATCH] Delete .github/workflows/azure-pipelines-14.yml --- .github/workflows/azure-pipelines-14.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/azure-pipelines-14.yml diff --git a/.github/workflows/azure-pipelines-14.yml b/.github/workflows/azure-pipelines-14.yml deleted file mode 100644 index aaebb8d7..00000000 --- a/.github/workflows/azure-pipelines-14.yml +++ /dev/null @@ -1,17 +0,0 @@ -# HTML -# Archive your static HTML project and save it with the build record. -# Add steps that build, run tests, deploy, and more: -# https://aka.ms/yaml - -trigger: -- main - -pool: - vmImage: ubuntu-latest - -steps: -- task: ArchiveFiles@2 - inputs: - rootFolderOrFile: '$(build.sourcesDirectory)' - includeRootFolder: false -- task: PublishBuildArtifacts@1