* Disable VSTS clean.
We have our own clean script that we run and is more reliable.

* Change Linux Crossbuild to not clean to match the non-Crossbuild definition.
This commit is contained in:
Chris Rummel 2017-05-24 09:24:46 -07:00 коммит произвёл GitHub
Родитель 4df5a40ec6
Коммит 20b048516a
4 изменённых файлов: 1 добавлений и 10 удалений

Просмотреть файл

@ -459,7 +459,7 @@
"name": "DotNet-CoreFX-Trusted",
"url": "https://devdiv.visualstudio.com/DevDiv/_git/DotNet-CoreFX-Trusted",
"defaultBranch": "refs/heads/master",
"clean": "true",
"clean": "false",
"checkoutSubmodules": false
},
"quality": "definition",

Просмотреть файл

@ -270,9 +270,6 @@
"PB_VsoCorefxGitUrl": {
"value": "https://github.com/dotnet/corefx"
},
"Build.Clean": {
"value": "all"
},
"PB_BuildArguments": {
"value": "-buildArch=x64 -Release",
"allowOverride": true

Просмотреть файл

@ -331,9 +331,6 @@
"value": "HEAD",
"allowOverride": true
},
"Build.Clean": {
"value": "all"
},
"PB_VsoAccountName": {
"value": "dn-bot"
},

Просмотреть файл

@ -385,9 +385,6 @@
"value": "HEAD",
"allowOverride": true
},
"Build.Clean": {
"value": "all"
},
"PB_VsoAccountName": {
"value": "dn-bot"
},