Advertisement
Guest User

Untitled

a guest
Jan 10th, 2017
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.36 KB | None | 0 0
  1. Started by user sliwkacz
  2. Building in workspace C:\Program Files (x86)\Jenkins\workspace\LF Connect
  3. > git.exe rev-parse --is-inside-work-tree # timeout=10
  4. Fetching changes from the remote Git repository
  5. > git.exe config remote.origin.url git@github.com:amisiak7/lfconnect.git # timeout=10
  6. Fetching upstream changes from git@github.com:amisiak7/lfconnect.git
  7. > git.exe --version # timeout=10
  8. using GIT_SSH to set credentials
  9. > git.exe fetch --tags --progress git@github.com:amisiak7/lfconnect.git +refs/heads/*:refs/remotes/origin/*
  10. > git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
  11. > git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
  12. Checking out Revision c5f066471be89d281115e53a1cfc57985334ac82 (refs/remotes/origin/master)
  13. > git.exe config core.sparsecheckout # timeout=10
  14. > git.exe checkout -f c5f066471be89d281115e53a1cfc57985334ac82
  15. > git.exe rev-list 9d4dd5fd2bae73144bac7433e4c99bf936ffcf78 # timeout=10
  16. [LF Connect] $ cmd /c call C:\Windows\TEMP\hudson887924140778456488.bat
  17.  
  18. C:\Program Files (x86)\Jenkins\workspace\LF Connect>C:\nuget.exe restore LFConnect.sln
  19.  
  20. MSBuild auto-detection: using msbuild version '14.0' from 'C:\Program Files (x86)\MSBuild\14.0\bin'.
  21.  
  22. All packages listed in packages.config are already installed.
  23. Feeds used:
  24. C:\Windows\system32\config\systemprofile\AppData\Local\NuGet\Cache
  25. C:\Windows\system32\config\systemprofile\.nuget\packages\
  26. https://api.nuget.org/v3/index.json
  27.  
  28.  
  29. C:\Program Files (x86)\Jenkins\workspace\LF Connect>exit 0
  30. Path To MSBuild.exe: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSbuild.exe
  31. Executing the command cmd.exe /C " C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSbuild.exe .\LFConnect.sln " && exit %%ERRORLEVEL%% from C:\Program Files (x86)\Jenkins\workspace\LF Connect
  32. [LF Connect] $ cmd.exe /C " C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSbuild.exe .\LFConnect.sln " && exit %%ERRORLEVEL%%
  33.  
  34. Microsoft (R) Build Engine version 4.6.1586.0
  35. [Microsoft .NET Framework, version 4.0.30319.42000]
  36. Copyright (C) Microsoft Corporation. All rights reserved.
  37.  
  38. Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
  39. Build started 1/10/2017 1:05:09 PM.
  40.  
  41. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" on node 1 (default targets).
  42. ValidateSolutionConfiguration:
  43. Building solution configuration "Debug|Any CPU".
  44. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\FortnoxAPILibrary\FortnoxAPILibrary.xproj" (2) on node 1 (default targets).
  45. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\FortnoxAPILibrary\FortnoxAPILibrary.xproj(8,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  46. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\FortnoxAPILibrary\FortnoxAPILibrary.xproj" (default targets) -- FAILED.
  47. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFAPI\LFAPI.xproj" (3) on node 1 (default targets).
  48. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFAPI\LFAPI.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  49. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFAPI\LFAPI.xproj" (default targets) -- FAILED.
  50. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFConfiguration\LFConfiguration.xproj" (4) on node 1 (default targets).
  51. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFConfiguration\LFConfiguration.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  52. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFConfiguration\LFConfiguration.xproj" (default targets) -- FAILED.
  53. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFExport\LFExport.xproj" (5) on node 1 (default targets).
  54. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFExport\LFExport.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  55. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFExport\LFExport.xproj" (default targets) -- FAILED.
  56. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFFortnox\LFFortnox.xproj" (6) on node 1 (default targets).
  57. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFFortnox\LFFortnox.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  58. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFFortnox\LFFortnox.xproj" (default targets) -- FAILED.
  59. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFViewModel\LFViewModel.xproj" (7) on node 1 (default targets).
  60. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFViewModel\LFViewModel.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  61. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFViewModel\LFViewModel.xproj" (default targets) -- FAILED.
  62. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFHogia\LFHogia.xproj" (8) on node 1 (default targets).
  63. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFHogia\LFHogia.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  64. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFHogia\LFHogia.xproj" (default targets) -- FAILED.
  65. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFMailer\LFMailer.xproj" (9) on node 1 (default targets).
  66. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFMailer\LFMailer.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  67. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFMailer\LFMailer.xproj" (default targets) -- FAILED.
  68. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFPushCaller\LFPushCaller.xproj" (10) on node 1 (default targets).
  69. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFPushCaller\LFPushCaller.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  70. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFPushCaller\LFPushCaller.xproj" (default targets) -- FAILED.
  71. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFCron\LFCron.xproj" (11) on node 1 (default targets).
  72. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFCron\LFCron.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  73. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFCron\LFCron.xproj" (default targets) -- FAILED.
  74. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDevicePush\LFDevicePush.xproj" (12) on node 1 (default targets).
  75. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDevicePush\LFDevicePush.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  76. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDevicePush\LFDevicePush.xproj" (default targets) -- FAILED.
  77. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj" (13) on node 1 (default targets).
  78. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj]
  79. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj" (13) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFEnvironment\LFEnvironment.csproj" (14) on node 1 (default targets).
  80. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFEnvironment\LFEnvironment.csproj]
  81. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\\mscorlib.dll", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFEnvironment\LFEnvironment.csproj]
  82. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Data", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFEnvironment\LFEnvironment.csproj]
  83. GenerateTargetFrameworkMonikerAttribute:
  84. Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
  85. CoreCompile:
  86. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll /reference:"C:\Program Files (x86)\Jenkins\workspace\LF Connect\packages\Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\LF Connect\packages\Microsoft.Extensions.Logging.Abstractions.1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll" /reference:"C:\Program Files (x86)\Jenkins\workspace\LF Connect\packages\Microsoft.Extensions.Logging.1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.dll" /reference:C:\Windows\Microsoft.NET\Framework64\v4.0.30319\\mscorlib.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.DataSetExtensions\v4.0_4.0.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Net.Http\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\LFEnvironment.dll /subsystemversion:6.00 /target:library /utf8output SystemStatus.cs Vars.cs Properties\AssemblyInfo.cs "C:\Windows\TEMP\.NETFramework,Version=v4.5.1.AssemblyAttributes.cs"
  87.  
  88. Vars.cs(129,31): error CS0012: The type 'System.Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFEnvironment\LFEnvironment.csproj]
  89. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFEnvironment\LFEnvironment.csproj" (default targets) -- FAILED.
  90. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj" (13) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFLibrary\LFLibrary.csproj" (15) on node 1 (default targets).
  91. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFLibrary\LFLibrary.csproj]
  92. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\\mscorlib.dll", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFLibrary\LFLibrary.csproj]
  93. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Data", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFLibrary\LFLibrary.csproj]
  94. GenerateTargetFrameworkMonikerAttribute:
  95. Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
  96. CoreCompile:
  97. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /highentropyva+ /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll /reference:C:\Windows\Microsoft.NET\Framework64\v4.0.30319\\mscorlib.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.DataSetExtensions\v4.0_4.0.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Net.Http\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll /reference:C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\LFLibrary.dll /subsystemversion:6.00 /target:library /utf8output DelayedMethodQueue.cs Extensions\BoolExtensions.cs Extensions\DateTimeExtensions.cs Extensions\DictionaryExtensions.cs Extensions\ExceptionExtensions.cs Extensions\GenericExtensions.cs Extensions\IEnumerableExtensions.cs Extensions\LongExtensions.cs Extensions\StreamExtensions.cs Extensions\StringExtensions.cs Extensions\TimeSpanExtensions.cs Models\MapMarker.cs GoogleAPI\StaticMap.cs MathHelpers.cs Properties\AssemblyInfo.cs OrganizationHelpers.cs "C:\Windows\TEMP\.NETFramework,Version=v4.5.1.AssemblyAttributes.cs"
  98. Extensions\TimeSpanExtensions.cs(9,20): error CS1056: Unexpected character '$' [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFLibrary\LFLibrary.csproj]
  99. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFLibrary\LFLibrary.csproj" (default targets) -- FAILED.
  100. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj" (13) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFModel\LFModel.csproj" (16) on node 1 (default targets).
  101. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFModel\LFModel.csproj]
  102. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFModel\LFModel.csproj" (default targets) -- FAILED.
  103. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj" (default targets) -- FAILED.
  104. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFIdentityServer\LFIdentityServer.xproj" (17) on node 1 (default targets).
  105. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFIdentityServer\LFIdentityServer.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  106. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFIdentityServer\LFIdentityServer.xproj" (default targets) -- FAILED.
  107. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFMigration\LFMigration.csproj" (18) on node 1 (default targets).
  108. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFMigration\LFMigration.csproj]
  109. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFMigration\LFMigration.csproj" (default targets) -- FAILED.
  110. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFConsoleTester\LFConsoleTester.xproj" (19) on node 1 (default targets).
  111. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFConsoleTester\LFConsoleTester.xproj : error MSB4057: The target "Build" does not exist in the project.
  112. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFConsoleTester\LFConsoleTester.xproj" (default targets) -- FAILED.
  113. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\OneSignal\OneSignal.csproj" (20) on node 1 (default targets).
  114. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\OneSignal\OneSignal.csproj]
  115. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\OneSignal\OneSignal.csproj" (default targets) -- FAILED.
  116. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFImport\LFImport.xproj" (21) on node 1 (default targets).
  117. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFImport\LFImport.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  118. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFImport\LFImport.xproj" (default targets) -- FAILED.
  119. Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (1) is building "C:\Program Files (x86)\Jenkins\workspace\LF Connect\test\LFModel.Tests\LFModel.Tests.csproj" (22) on node 1 (default targets).
  120. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\test\LFModel.Tests\LFModel.Tests.csproj]
  121.  
  122. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\test\LFModel.Tests\LFModel.Tests.csproj" (default targets) -- FAILED.
  123. Done Building Project "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default targets) -- FAILED.
  124.  
  125. Build FAILED.
  126.  
  127. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  128. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj" (default target) (13) ->
  129. (GetReferenceAssemblyPaths target) ->
  130. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj]
  131.  
  132.  
  133. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  134. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj" (default target) (13) ->
  135. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFEnvironment\LFEnvironment.csproj" (default target) (14) ->
  136. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFEnvironment\LFEnvironment.csproj]
  137.  
  138.  
  139. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  140. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj" (default target) (13) ->
  141. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFEnvironment\LFEnvironment.csproj" (default target) (14) ->
  142. (ResolveAssemblyReferences target) ->
  143. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\\mscorlib.dll", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFEnvironment\LFEnvironment.csproj]
  144. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Data", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFEnvironment\LFEnvironment.csproj]
  145.  
  146.  
  147. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  148. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj" (default target) (13) ->
  149. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFLibrary\LFLibrary.csproj" (default target) (15) ->
  150. (GetReferenceAssemblyPaths target) ->
  151. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFLibrary\LFLibrary.csproj]
  152.  
  153.  
  154. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  155. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj" (default target) (13) ->
  156. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFLibrary\LFLibrary.csproj" (default target) (15) ->
  157. (ResolveAssemblyReferences target) ->
  158. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\\mscorlib.dll", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFLibrary\LFLibrary.csproj]
  159. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(1605,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "System.Data", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFLibrary\LFLibrary.csproj]
  160.  
  161.  
  162. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  163. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj" (default target) (13) ->
  164. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFModel\LFModel.csproj" (default target) (16) ->
  165. (GetReferenceAssemblyPaths target) ->
  166. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFModel\LFModel.csproj]
  167.  
  168.  
  169. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  170. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFMigration\LFMigration.csproj" (default target) (18) ->
  171. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFMigration\LFMigration.csproj]
  172.  
  173.  
  174. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  175. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\OneSignal\OneSignal.csproj" (default target) (20) ->
  176. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\OneSignal\OneSignal.csproj]
  177.  
  178.  
  179. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  180. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\test\LFModel.Tests\LFModel.Tests.csproj" (default target) (22) ->
  181. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets(983,5): warning MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5.2" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\test\LFModel.Tests\LFModel.Tests.csproj]
  182.  
  183.  
  184. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  185. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\FortnoxAPILibrary\FortnoxAPILibrary.xproj" (default target) (2) ->
  186. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\FortnoxAPILibrary\FortnoxAPILibrary.xproj(8,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  187.  
  188.  
  189. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  190. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFAPI\LFAPI.xproj" (default target) (3) ->
  191. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFAPI\LFAPI.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  192.  
  193.  
  194. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  195. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFConfiguration\LFConfiguration.xproj" (default target) (4) ->
  196. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFConfiguration\LFConfiguration.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  197.  
  198.  
  199. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  200. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFExport\LFExport.xproj" (default target) (5) ->
  201. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFExport\LFExport.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  202.  
  203.  
  204. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  205. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFFortnox\LFFortnox.xproj" (default target) (6) ->
  206. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFFortnox\LFFortnox.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  207.  
  208.  
  209. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  210. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFViewModel\LFViewModel.xproj" (default target) (7) ->
  211. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFViewModel\LFViewModel.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  212.  
  213.  
  214. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  215. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFHogia\LFHogia.xproj" (default target) (8) ->
  216. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFHogia\LFHogia.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  217.  
  218.  
  219. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  220. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFMailer\LFMailer.xproj" (default target) (9) ->
  221. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFMailer\LFMailer.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  222.  
  223.  
  224. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  225. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFPushCaller\LFPushCaller.xproj" (default target) (10) ->
  226. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFPushCaller\LFPushCaller.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  227.  
  228.  
  229. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  230. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFCron\LFCron.xproj" (default target) (11) ->
  231. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFCron\LFCron.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  232.  
  233.  
  234. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  235. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDevicePush\LFDevicePush.xproj" (default target) (12) ->
  236. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDevicePush\LFDevicePush.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  237.  
  238.  
  239. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  240. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj" (default target) (13) ->
  241. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFEnvironment\LFEnvironment.csproj" (default target) (14) ->
  242. (CoreCompile target) ->
  243. Vars.cs(129,31): error CS0012: The type 'System.Enum' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFEnvironment\LFEnvironment.csproj]
  244.  
  245.  
  246. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  247. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFDAL\LFDAL.csproj" (default target) (13) ->
  248. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFLibrary\LFLibrary.csproj" (default target) (15) ->
  249. Extensions\TimeSpanExtensions.cs(9,20): error CS1056: Unexpected character '$' [C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFLibrary\LFLibrary.csproj]
  250.  
  251.  
  252. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  253. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFIdentityServer\LFIdentityServer.xproj" (default target) (17) ->
  254. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFIdentityServer\LFIdentityServer.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  255.  
  256.  
  257. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  258. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFConsoleTester\LFConsoleTester.xproj" (default target) (19) ->
  259. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFConsoleTester\LFConsoleTester.xproj : error MSB4057: The target "Build" does not exist in the project.
  260.  
  261.  
  262. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\LFConnect.sln" (default target) (1) ->
  263. "C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFImport\LFImport.xproj" (default target) (21) ->
  264. C:\Program Files (x86)\Jenkins\workspace\LF Connect\src\LFImport\LFImport.xproj(7,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  265.  
  266. 11 Warning(s)
  267. 16 Error(s)
  268.  
  269. Time Elapsed 00:00:02.45
  270. Build step 'Build a Visual Studio project or solution using MSBuild' marked build as failure
  271. [htmlpublisher] Archiving HTML reports...
  272. [htmlpublisher] Archiving at BUILD level C:\Program Files (x86)\Jenkins\workspace\LF Connect\coverage to C:\Program Files (x86)\Jenkins\jobs\LF Connect\builds\36\htmlreports\HTML_Report
  273. ERROR: Directory 'C:\Program Files (x86)\Jenkins\workspace\LF Connect\coverage' exists but failed copying to 'C:\Program Files (x86)\Jenkins\jobs\LF Connect\builds\36\htmlreports\HTML_Report'.
  274. Sending e-mails to: katarzyna.janula@euvic.pl aleksandra.niedziela@euvic.pl bartosz.sliwa@euvic.pl
  275. Finished: FAILURE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement