I'm setting up Jenkins, and I get the following error when I compile
13:17:31 FISLib\Factories\AutoFaketoryBC.cs(1,7): error CS0246:
El nombre del tipo o del espacio de nombres 'ResourceTrackingModel' no se encontró (¿falta una directiva using o una referencia de ensamblado?)
[C:\Jenkins\jobs\ERESPONSE_CORE\workspace\ERESPONSEClient_XXXXXXX\ERESPONSEClient_XXXXXXXXXX.csproj]
I get 11 mistakes of this type. The problem is that it does not find the files (I think), but I do not know how to indicate the route. I tried to add:
using ResourceTrackingModel;
in the AutoFaketoryBc.cs file but nothing.
Should I put the absolute path of the ResourceTrackingModel file?
((using C: \ Jenkins \ jobs ....... \ ResourceTrackingModel))
Do I have to change the .csproj file?
Why milks compiled out of Jenkins and inside Jenkins not?
Thank you very much in advance if anyone knows anything