-
Notifications
You must be signed in to change notification settings - Fork 1
Get CircleCI working #7
Description
Getting this going would be great. I'm new to CircleCI and am trying to learn, but have had no luck as of yet.
When I run dotnet build, it fails with this error...
Microsoft (R) Build Engine version 16.5.0+d4cbfca49 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
Nothing to do. None of the projects specified contain packages to restore.
C:\Program Files\dotnet\sdk\3.1.200\Microsoft.Common.CurrentVersion.targets(2081,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\Users\circleci\project\Project JAPA\Project JAPA.csproj]
C:\Program Files\dotnet\sdk\3.1.200\Microsoft.Common.CurrentVersion.targets(2081,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\Users\circleci\project\Project JAPA\Project JAPA.csproj]
C:\Program Files\dotnet\sdk\3.1.200\Microsoft.Common.CurrentVersion.targets(2081,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "NLog.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\Users\circleci\project\Project JAPA\Project JAPA.csproj]
C:\Program Files\dotnet\sdk\3.1.200\Microsoft.Common.CurrentVersion.targets(3032,5): error MSB4216: Could not run the "GenerateResource" task because MSBuild could not create or connect to a task host with runtime "CLR4" and architecture "x86". Please ensure that (1) the requested runtime and/or architecture are available on the machine, and (2) that the required executable "C:\Program Files\dotnet\sdk\3.1.200\MSBuild.exe" exists and can be run. [C:\Users\circleci\project\Project JAPA\Project JAPA.csproj]Build FAILED.
C:\Program Files\dotnet\sdk\3.1.200\Microsoft.Common.CurrentVersion.targets(2081,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\Users\circleci\project\Project JAPA\Project JAPA.csproj]
C:\Program Files\dotnet\sdk\3.1.200\Microsoft.Common.CurrentVersion.targets(2081,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\Users\circleci\project\Project JAPA\Project JAPA.csproj]
C:\Program Files\dotnet\sdk\3.1.200\Microsoft.Common.CurrentVersion.targets(2081,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "NLog.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\Users\circleci\project\Project JAPA\Project JAPA.csproj]
C:\Program Files\dotnet\sdk\3.1.200\Microsoft.Common.CurrentVersion.targets(3032,5): error MSB4216: Could not run the "GenerateResource" task because MSBuild could not create or connect to a task host with runtime "CLR4" and architecture "x86". Please ensure that (1) the requested runtime and/or architecture are available on the machine, and (2) that the required executable "C:\Program Files\dotnet\sdk\3.1.200\MSBuild.exe" exists and can be run. [C:\Users\circleci\project\Project JAPA\Project JAPA.csproj]
3 Warning(s)
1 Error(s)Time Elapsed 00:00:01.06
Exited with code exit status 1