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