From 15910a11495c31c361ff8b494f0af99cf126260a Mon Sep 17 00:00:00 2001 From: Paulo Date: Tue, 15 Jun 2021 17:31:24 -0300 Subject: [PATCH] misc: Hopefully deploy to MyGet --- azure-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2fe5abfe8..a196c8da4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ jobs: - job: Windows_build pool: vmImage: 'windows-latest' - condition: ne(variables['Build.SourceBranch'], 'refs/heads/dev') + condition: ne(variables['Build.SourceBranch'], 'refs/heads/2.4.1') steps: - template: azure/build.yml @@ -32,11 +32,10 @@ jobs: and ( succeeded(), or ( - eq(variables['Build.SourceBranch'], 'refs/heads/dev'), + eq(variables['Build.SourceBranch'], 'refs/heads/2.4.1'), eq(variables['buildTag'], True) ) ) steps: - template: azure/build.yml - template: azure/deploy.yml - - template: azure/docs.yml