microsoft / PartsUnlimited

.Net Core + SQL Azure app for DevOps Scenarios
https://microsoft.github.io/PartsUnlimited/
MIT License
667 stars 1.53k forks source link

error MSB3073: The command "grunt" exited with code 1 ;Set-Content : Could not find a part of the path 'D:\a\1\a\Publish\manifest.xml'. At D:\a\1\s\build.ps1:49 char:1 #210

Open msazonov opened 4 years ago

msazonov commented 4 years ago

Hi all, I am following the Microsoft lab for CI and CD using the Parts unlimited Repo but the and on 4 part and step 10 , .Net core Build in the AzureDevOps pipeline fails with the following error:

D:\a\1\s\src\PartsUnlimitedWebSite\PartsUnlimitedWebsite.csproj(41,5): error MSB3073: The command "grunt" exited with code 1.

[error]Set-Content : Could not find a part of the path 'D:\a\1\a\Publish\manifest.xml'.

At D:\a\1\s\build.ps1:49 char:1

[error]Process completed with exit code 1 and had 2 error(s) written to the error stream.

Hope someone can help me with this. I tried everything that i was able to find as suggestion.

Thank you. Marina

Untitled