Forum member

berrndholz

4 posts

Posts by berrndholz

  1. Console execution troubles

    Okay, thats been it. With the correct XML syntax NCrunch is running fine. However we are hoping for full Xamarin support in the future. Thank you for your support. Bernd

  2. Console execution troubles

    Hi, I do now overcome the first error by installing the required assemblies in a separate build step. I realized, the second error comes from missing Xamarin support. However right now this is not a severe issue for us so I tried to ignore building the affected projects. I created a file "Xama…

  3. Console execution troubles

    Thank you for the quick reply. Nuget is generally working since the rest of our build script (The machine is configured as a VSTS Build Agent) runs fine. Running msbuild /t:restore standalone also gives no error. A subsequent run of NCrunch now produced a lot less errors so it seems to have some…

  4. Console execution troubles

    Hi, I am trying to run NCrunch as a VSTS command line build step but always get errors: The command line options are: "MySolution.sln" /c "MySolution.v3.ncrunchsolution.BuildServer" /o "%AGENT_BUILDDIRECTORY%\NCrunch\Output" The forst error in the output window is: [quote] Not restoring…