From 183d0d13bb840170be1603cb65cdfabbd8b8b02e Mon Sep 17 00:00:00 2001 From: yfranz Date: Sun, 8 Dec 2024 15:12:44 -0800 Subject: [PATCH 1/2] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c204165..c63dcc0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,7 +6,8 @@ trigger: - main -pool: default +pool: + name: 'Default' variables: solution: 'LogScope.NET.sln' From bc921f04d9710e2912caa8c1550017401237a117 Mon Sep 17 00:00:00 2001 From: yfranz Date: Sun, 8 Dec 2024 20:16:36 -0800 Subject: [PATCH 2/2] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c63dcc0..6ffcef8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,8 +3,8 @@ # Add steps that publish symbols, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net -trigger: -- main +#trigger: +#- main pool: name: 'Default'