The bash task in azure seems to find powershells find

This commit is contained in:
Aaron Loucks 2020-01-19 01:02:08 -05:00
parent e0baa55c2c
commit a2b17d749c

View file

@ -31,6 +31,6 @@ steps:
CARGO_INCREMENTAL: 0
- bash: |
pwd
find ./target
/usr/bin/find ./target
displayName: List files in target
condition: always()