File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,25 +32,6 @@ variables:
3232 value : $(dn-bot-devdiv-drop-rw-code-rw)
3333
3434stages :
35- - stage : setup
36- displayName : Build Setup
37-
38- jobs :
39- - job : SetBuildNumber
40- pool :
41- vmImage : vs2017-win2016
42- steps :
43- # Make sure our two pipelines generate builds with distinct build numbers to avoid confliction.
44- # i.e. DevDiv builds will have even rev# whereas dnceng builds will be odd.
45- - task : PowerShell@2
46- displayName : Update BuildNumber
47- inputs :
48- filePath : ' eng\update-build-number.ps1'
49- ${{ if eq(variables['System.TeamProject'], 'DevDiv') }} :
50- arguments : ' -buildNumber $(Build.BuildNumber) -oddOrEven even'
51- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
52- arguments : ' -buildNumber $(Build.BuildNumber) -oddOrEven odd'
53- condition : eq(variables['System.JobAttempt'], '1')
5435
5536- stage : build
5637 displayName : Build and Test
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments