Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-12-31 19:12:45 +0300
committerJan Kotas <jkotas@microsoft.com>2017-12-31 19:12:45 +0300
commit641b32dfbc7a768e05783be916b701e7222daab5 (patch)
tree561f8d14c62f06474880ac53840dd71c7eded663
parent875551cf874443ecc8077783785264f11d6c4a52 (diff)
Set cleanOptions to 3 so that output directory is cleaned up (#5166)
-rw-r--r--buildpipeline/DotNet-CoreRT-Linux.json4
-rw-r--r--buildpipeline/DotNet-CoreRT-Mac.json2
-rw-r--r--buildpipeline/DotNet-CoreRT-Windows.json4
3 files changed, 5 insertions, 5 deletions
diff --git a/buildpipeline/DotNet-CoreRT-Linux.json b/buildpipeline/DotNet-CoreRT-Linux.json
index a79819e84..58ac95197 100644
--- a/buildpipeline/DotNet-CoreRT-Linux.json
+++ b/buildpipeline/DotNet-CoreRT-Linux.json
@@ -807,7 +807,7 @@
"fetchDepth": "0",
"gitLfsSupport": "false",
"skipSyncSource": "false",
- "cleanOptions": "0"
+ "cleanOptions": "3"
},
"id": "0a2b2664-c1be-429c-9b40-8a24dee27a4a",
"type": "TfsGit",
@@ -840,4 +840,4 @@
"state": "wellFormed",
"revision": 418097423
}
-} \ No newline at end of file
+}
diff --git a/buildpipeline/DotNet-CoreRT-Mac.json b/buildpipeline/DotNet-CoreRT-Mac.json
index 00b43fadb..401c55b7d 100644
--- a/buildpipeline/DotNet-CoreRT-Mac.json
+++ b/buildpipeline/DotNet-CoreRT-Mac.json
@@ -340,7 +340,7 @@
"fetchDepth": "0",
"gitLfsSupport": "false",
"skipSyncSource": "false",
- "cleanOptions": "0"
+ "cleanOptions": "3"
},
"id": "0a2b2664-c1be-429c-9b40-8a24dee27a4a",
"type": "TfsGit",
diff --git a/buildpipeline/DotNet-CoreRT-Windows.json b/buildpipeline/DotNet-CoreRT-Windows.json
index 045661e03..2c56a71a0 100644
--- a/buildpipeline/DotNet-CoreRT-Windows.json
+++ b/buildpipeline/DotNet-CoreRT-Windows.json
@@ -477,7 +477,7 @@
"fetchDepth": "0",
"gitLfsSupport": "false",
"skipSyncSource": "false",
- "cleanOptions": "0"
+ "cleanOptions": "3"
},
"id": "0a2b2664-c1be-429c-9b40-8a24dee27a4a",
"type": "TfsGit",
@@ -510,4 +510,4 @@
"state": "wellFormed",
"revision": 418097423
}
-} \ No newline at end of file
+}