Generate a lock file before using Docker

Can't do it in the readonly filesystem inside!
master
Alex Crichton 2019-04-02 09:53:05 -07:00
parent aa5ff95d7e
commit 89f2b5a8bd
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ steps:
condition: ne( variables['Agent.OS'], 'Linux' )
displayName: Run test script
- bash: ./ci/run-docker.sh $TARGET
- bash: cargo generate-lockfile && ./ci/run-docker.sh $TARGET
condition: eq( variables['Agent.OS'], 'Linux' )
displayName: Run docker test script