diff --git a/tools/devops/automation/templates/devices/run-tests.yml b/tools/devops/automation/templates/devices/run-tests.yml index 5b31156182..bc304fc19a 100644 --- a/tools/devops/automation/templates/devices/run-tests.yml +++ b/tools/devops/automation/templates/devices/run-tests.yml @@ -65,6 +65,16 @@ steps: continueOnError: false timeoutInMinutes: 5 +- bash: | + set -x + set -e + + make global6.json + make -C builds dotnet + workingDirectory: $(System.DefaultWorkingDirectory)/xamarin-macios + displayName: Boostrap dotnet + timeoutInMinutes: 30 + # Run tests. If we are using xamarin-storage add a periodic command to be executed by xharness, else, since we are using vsdrops do nothing. - bash: | set -x