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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <joshield@microsoft.com>2019-07-23 18:05:18 +0300
committerGitHub <noreply@github.com>2019-07-23 18:05:18 +0300
commitce6c02e90322b95c96fb87bc80582852fe6d18d3 (patch)
treede897204818c4ab9c43828bcb1e3f6d8b3226d7e /scripts
parent148891b51519371638cb1cffea39d330cbd90e11 (diff)
Forcibly clean working directory on every AzDO build (#15801)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/pipeline-netcore-runtime.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/ci/pipeline-netcore-runtime.yml b/scripts/ci/pipeline-netcore-runtime.yml
index df5b5dcc6ea..689f48e61e0 100644
--- a/scripts/ci/pipeline-netcore-runtime.yml
+++ b/scripts/ci/pipeline-netcore-runtime.yml
@@ -45,6 +45,10 @@ jobs:
pool:
name: $(poolname)
steps:
+ - bash: |
+ git clean -ffdx
+ git reset --hard HEAD
+ displayName: 'Clean up working directory'
- bash: |
brew install autoconf automake libtool gnu-sed
displayName: 'Prepare OSX dependencies'