Skip to content

Commit

Permalink
Pipeline the var
Browse files Browse the repository at this point in the history
  • Loading branch information
et1975 committed May 29, 2020
1 parent 7dd8c1e commit 1389a17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pool:
variables:
BUILD_NUMBER: $[counter('buildCounter',1)]
NUGET_REPO_URL: https://api.nuget.org/v3/index.json

trigger:
branches:
include:
Expand All @@ -22,6 +23,8 @@ steps:

- task: DotNetCoreCLI@2
displayName: "Build and publish"
env:
NUGET_REPO_KEY: $(NUGET_REPO_KEY)
inputs:
command: custom
custom: fake
Expand Down

0 comments on commit 1389a17

Please sign in to comment.