diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c204165..6ffcef8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,10 +3,11 @@ # 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: default +pool: + name: 'Default' variables: solution: 'LogScope.NET.sln'