Cannot modify .csproj files using build auto with tfs 13

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.

enter image description here

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?

+4
source share
1 answer

. .

+4

Source: https://habr.com/ru/post/1589391/


All Articles