From b8270a9e2f42c0d1a64f7ef8620a329f6b1bca85 Mon Sep 17 00:00:00 2001 From: Adam Oswald Date: Wed, 7 Feb 2024 14:22:23 -0500 Subject: [PATCH] Delete .github/workflows/azure-pipelines-10.yml --- .github/workflows/azure-pipelines-10.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/azure-pipelines-10.yml diff --git a/.github/workflows/azure-pipelines-10.yml b/.github/workflows/azure-pipelines-10.yml deleted file mode 100644 index 4786113a..00000000 --- a/.github/workflows/azure-pipelines-10.yml +++ /dev/null @@ -1,17 +0,0 @@ -# ASP.NET Core -# Build and test ASP.NET Core projects targeting .NET Core. -# Add steps that run tests, create a NuGet package, deploy, and more: -# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core - -trigger: -- main - -pool: - vmImage: ubuntu-latest - -variables: - buildConfiguration: 'Release' - -steps: -- script: dotnet build --configuration $(buildConfiguration) - displayName: 'dotnet build $(buildConfiguration)'