From 1389a177e2b95cd245f6cbe5319c50d0571bac9f Mon Sep 17 00:00:00 2001 From: Eugene Tolmachev Date: Fri, 29 May 2020 09:30:53 -0400 Subject: [PATCH] Pipeline the var --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index df5df80..573900c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,6 +3,7 @@ pool: variables: BUILD_NUMBER: $[counter('buildCounter',1)] NUGET_REPO_URL: https://api.nuget.org/v3/index.json + trigger: branches: include: @@ -22,6 +23,8 @@ steps: - task: DotNetCoreCLI@2 displayName: "Build and publish" + env: + NUGET_REPO_KEY: $(NUGET_REPO_KEY) inputs: command: custom custom: fake