Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-pipelines[bot] committed Feb 5, 2019
1 parent 43bc08b commit f93ef9f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ pr:
- '*'

variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
BUILD_NUMBER: $[counter('buildnumber', 1)]
- name: kv-access-token
value: ''
- group: AzureKeyVault
- name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE
value: 1
- name: BUILD_NUMBER
value: $[counter('buildnumber', 1)]

jobs:
- job: Windows
Expand Down

0 comments on commit f93ef9f

Please sign in to comment.