microsoft / PartsUnlimited

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

VSTS CI Task "dotnet restore, build, test and publish" fails with errors #159

Closed Casey-Rickwood closed 6 years ago

Casey-Rickwood commented 6 years ago

Hi, I am getting the below error message with the VSTS CI Task "dotnet restore, build, test and publish". I have also set the BuildConfiguration variable to release. Is there something else I am missing?

Error Message: The test source file "D:\a\1\s\test\PartsUnlimited.UnitTests\bin\release\netcoreapp2.0\PartsUnlimited.UnitTests.dll" provided was not found.

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

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

spaikles commented 6 years ago

Hi It seems that you are suffering from a issue that was fixed this weekend (at least after I re-downloaded the code on Monday).

Try getting the repo in VSTS again.

Casey-Rickwood commented 6 years ago

Hi Spaikles, Thanks a lot for the advice as I re-cloned the VSTS again and now everything now works. Casey