I created a workflow with a name EditCsprojthat is a C # class that I added to my build template. I put it right after the step Initialize Workspace.

This workflow should get all the .csprojfiles in the directory path that I provide as a parameter, and it should modify them.
But for each file, I have the following error:
Access to the path "file.csproj" is denied.
I am running Visual Studio as an administrator, and I have already changed the property msbuild multi-procto false.
Does anyone have any ideas?
source
share