Skip to content

Commit ce8b2e2

Browse files
committed
Don't use bash on Windows CI jobs
1 parent c464444 commit ce8b2e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ stages:
208208
name: NetCore1ESPool-Internal
209209
demands: ImageOverride -equals Build.Server.Amd64.VS2019
210210
steps:
211-
- bash: |
212-
set -ex
211+
- script: |
213212
git clean -ffdx
214213
git reset --hard HEAD
215214
displayName: 'Clean up working directory'

0 commit comments

Comments
 (0)