Azure git deployment failure

I have a couple of azure web applications deployed from a bitpack. Everything worked fine and there was never any problem. Since my last commit, the azure deployment is now inactive with the following error:

Command: deploy.cmd

Installing Kudu Sync

D:\local\AppData\npm\kudusync -> D:\local\AppData\npm\node_modules\kudusync\bin\kudusync

kudusync@0.2.3 D:\local\AppData\npm\node_modules\kudusync

├── commander@2.6.0

├── q@1.1.2

└── minimatch@2.0.1 (brace-expansion@1.1.0)

Test

'D:\Program' is not recognized as an internal or external command,

Handling .NET Web Application deployment.

operable program or batch file.

An error has occured during web site deployment.

Usually, when a deployment error occurs due to code, I can get the root cause by examining the error, but this time it seems completely unrelated.

Has anyone had a similar problem before?

thanks

+4
source share
1 answer

. deploy.cmd script, "", , , MSBUILD_PATH D:\Program Files\etc.... script , D:\Program error. ("%MSBUILD_PATH%"), .

+5

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


All Articles