From 5776dd0433994ba9c3820c78dc356d63eabc6596 Mon Sep 17 00:00:00 2001 From: artyom Date: Thu, 11 Jun 2020 13:01:09 +0300 Subject: [PATCH] Master -> main --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 68726e9..60a4ce9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,5 @@ trigger: -- master +- main jobs: - job: Windows pool: @@ -26,7 +26,7 @@ jobs: artifactName: 'Citrus.Avalonia' - task: NuGetCommand@2 displayName: 'nuget push' - condition: eq(variables['Build.SourceBranch'], 'refs/heads/master') + condition: eq(variables['Build.SourceBranch'], 'refs/heads/main') inputs: command: 'push' feedsToUse: 'select'