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

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2022-02-03 19:33:32 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2022-02-03 19:33:32 +0300
commit7384a32eadebf377a99fc251687285055391609e (patch)
tree4341c3b6a5e88836c8c85eaa08f5b7c20417ba89
parente139797d6d2675841bf0c7c63a3f3bbffee0b3e0 (diff)
Don't use bash on Windows CI jobs
-rw-r--r--azure-pipelines.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 5435108964cb..8a9e243f3b1e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -150,8 +150,7 @@ stages:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Server.Amd64.VS2019
steps:
- - bash: |
- set -ex
+ - script: |
git clean -ffdx
git reset --hard HEAD
displayName: 'Clean up working directory'