Skip to content

Commit

Permalink
fetch tags so build numbers update.
Browse files Browse the repository at this point in the history
  • Loading branch information
danwalmsley committed Mar 23, 2019
1 parent bdfa279 commit 94dd449
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 @@ -4,6 +4,7 @@ jobs:
vmImage: 'ubuntu-16.04'
steps:
- script: |
git fetch --tags
export COREHOST_TRACE=0
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
export DOTNET_CLI_TELEMETRY_OPTOUT=1
Expand All @@ -29,6 +30,7 @@ jobs:
vmImage: 'xcode9-macos10.13'
steps:
- script: |
git fetch --tags
export COREHOST_TRACE=0
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
export DOTNET_CLI_TELEMETRY_OPTOUT=1
Expand All @@ -49,6 +51,7 @@ jobs:
vmImage: 'vs2017-win2016'
steps:
- script: |
git fetch --tags
set COREHOST_TRACE=0
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
set DOTNET_CLI_TELEMETRY_OPTOUT=1
Expand Down

0 comments on commit 94dd449

Please sign in to comment.