Unverified Commit e5de31d5 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Use forward slashes on Windows for git exclude (#50662)

parent 24017e76
......@@ -292,7 +292,7 @@ task:
folder: bin\cache\artifacts
fingerprint_script: echo %OS% & type bin\internal\*.version
setup_script:
- git clean -xffd --exclude=bin\cache\
- git clean -xffd --exclude=bin/cache/ # git wants forward slash path separators, even on Windows.
- git fetch origin
- git fetch origin master # To set FETCH_HEAD, so that "git merge-base" works.
- flutter config --no-analytics
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment