Hi!
When using the Build.Preview feature, i'm using Powershell scripts as a PostBuild script where i add some content from the source directory (got from TFS - so read-only) to the staging directory because i finally need it within the build drop folder.
The following build always fails because it cannot delete the read-ony file.
Should i understand the build.preview system process is not run as an administrator? But the windows service actually runs as a local admin...
Would it also explain that when i delete a build, the web interface ask if i want to delete everything from the build and when i answer "OK" nothing happens... nothing it deleted from the drop folder?
Shall i submit bugs for those actions?