As outlined in the following Parallels forum thread, there is a known issue for those using a mapped network share when building for UWP. I have experienced this both when mapping my shared repos folder as a network drive and when mounting the share as C:\repos.
Due to file system requirements after building the deployment will fail with a PrlSF Permissions error. It would be great if tweakster could automatically detect the issue and give me the ability (without modifying the UWP csproj) to simply force the build to use a local temp directory for the binary outputs. Currently the workaround involves updating the csproj so use something like this:
Description
As outlined in the following Parallels forum thread, there is a known issue for those using a mapped network share when building for UWP. I have experienced this both when mapping my shared repos folder as a network drive and when mounting the share as
C:\repos
.https://forum.parallels.com/threads/prlsf-permissions-issue-when-developing-an-uwp-app-in-visual-studio.342549/
Due to file system requirements after building the deployment will fail with a PrlSF Permissions error. It would be great if tweakster could automatically detect the issue and give me the ability (without modifying the UWP csproj) to simply force the build to use a local temp directory for the binary outputs. Currently the workaround involves updating the csproj so use something like this: