Remove generate graph files (#4867)
Takes too long and output isn't quite as useful as it once was (BARViz does most of the work)
This commit is contained in:
parent
bb005e3ca8
commit
8dbe4ac1bc
1 changed files with 0 additions and 10 deletions
10
.vsts-ci.yml
10
.vsts-ci.yml
|
@ -291,16 +291,6 @@ stages:
|
|||
pool:
|
||||
vmImage: vs2017-win2016
|
||||
|
||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||
- template: /eng/common/templates/job/generate-graph-files.yml
|
||||
parameters:
|
||||
continueOnError: true
|
||||
includeToolset: false
|
||||
dependsOn:
|
||||
- Asset_Registry_Publish
|
||||
pool:
|
||||
vmImage: vs2017-win2016
|
||||
|
||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||
- template: eng\common\templates\post-build\post-build.yml
|
||||
parameters:
|
||||
|
|
Loading…
Reference in a new issue