I'm having an issue with TeamCity, building some Android APK's.
I have both a QA and Release APK's, each in it's own build step.
The problem is the Release build step never completes, as it seems to access a file that is still being used by the QA build step.
I have tried adding a Powershell build step between the two, using
Start-Sleep -Seconds 10
However, this doesn't seem top cause TeamCity to wait.
Does anybody know how to create a pause between build steps?
Thanks