From 6a5dd84015fa09c06046baf63db72b9513df4dd9 Mon Sep 17 00:00:00 2001 From: punker76 Date: Sat, 9 May 2020 23:00:25 +0200 Subject: [PATCH] Deploy NuGet on succesed --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2c2e381..1d9fadf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -58,7 +58,7 @@ stages: - task: NuGetCommand@2 displayName: 'Publish to wpf-notifyicon feed' - condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master')) + condition: succeeded() inputs: command: 'push' versioningScheme: byBuildNumber