xcopy is not recognized as an internal or external command, operable program or batch file

前端 未结 8 1417
温柔的废话
温柔的废话 2021-01-03 18:08

I have a problem using \'xcopy\' command.

I\'m building a C# project with msbuild. At the end of the build, a batch file is called to copy my assemblies from Debug/R

8条回答
  •  醉话见心
    2021-01-03 18:38

    It happened to me after I updated one of my Visual Studio extensions, during which Visual Studio was closed and reopened by the updater. I could no longer properly build my project. I closed Visual Studio and reopened it and the problem went away.

提交回复
热议问题