Skip to content

Instantly share code, notes, and snippets.

@tcprescott
Created January 24, 2019 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tcprescott/e43aff075cf882b1d29f44ab832a3455 to your computer and use it in GitHub Desktop.
Save tcprescott/e43aff075cf882b1d29f44ab832a3455 to your computer and use it in GitHub Desktop.
[root@server1 EnemizerCLI.Core]# dotnet build
Microsoft (R) Build Engine version 15.9.20+g88f5fadfbe for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
Restoring packages for /root/Enemizer-6.0.32/EnemizerCLI.Core/EnemizerCLI.Core.csproj...
Restoring packages for /root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj...
/root/Enemizer-6.0.32/EnemizerCLI.Core/EnemizerCLI.Core.csproj : warning NU1701: Package 'CommandLineParser 1.9.71' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.
Generating MSBuild file /root/Enemizer-6.0.32/EnemizerLibrary/obj/EnemizerLibrary.csproj.nuget.g.props.
Generating MSBuild file /root/Enemizer-6.0.32/EnemizerCLI.Core/obj/EnemizerCLI.Core.csproj.nuget.g.props.
Generating MSBuild file /root/Enemizer-6.0.32/EnemizerCLI.Core/obj/EnemizerCLI.Core.csproj.nuget.g.targets.
Generating MSBuild file /root/Enemizer-6.0.32/EnemizerLibrary/obj/EnemizerLibrary.csproj.nuget.g.targets.
Restore completed in 424.69 ms for /root/Enemizer-6.0.32/EnemizerCLI.Core/EnemizerCLI.Core.csproj.
Restore completed in 424.97 ms for /root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj.
/root/Enemizer-6.0.32/EnemizerCLI.Core/EnemizerCLI.Core.csproj : warning NU1701: Package 'CommandLineParser 1.9.71' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.
Changing Version to 6.1.0.99...
/root/.nuget/packages/microsoft.net.compilers/2.3.2/tools/Microsoft.CSharp.Core.targets(84,5): error MSB3883: Unexpected exception: [/root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj]
/root/.nuget/packages/microsoft.net.compilers/2.3.2/tools/Microsoft.CSharp.Core.targets(84,5): error : System.ComponentModel.Win32Exception (8): Exec format error [/root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj]
/root/.nuget/packages/microsoft.net.compilers/2.3.2/tools/Microsoft.CSharp.Core.targets(84,5): error : at Interop.Sys.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setUser, UInt32 userId, UInt32 groupId, Int32& lpChildPid, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean shouldThrow) [/root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj]
/root/.nuget/packages/microsoft.net.compilers/2.3.2/tools/Microsoft.CSharp.Core.targets(84,5): error : at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo) [/root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj]
/root/.nuget/packages/microsoft.net.compilers/2.3.2/tools/Microsoft.CSharp.Core.targets(84,5): error : at System.Diagnostics.Process.Start() [/root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj]
/root/.nuget/packages/microsoft.net.compilers/2.3.2/tools/Microsoft.CSharp.Core.targets(84,5): error : at Microsoft.Build.Utilities.ToolTask.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands) [/root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj]
/root/.nuget/packages/microsoft.net.compilers/2.3.2/tools/Microsoft.CSharp.Core.targets(84,5): error : at Microsoft.CodeAnalysis.BuildTasks.ManagedCompiler.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands) [/root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj]
Build FAILED.
/root/Enemizer-6.0.32/EnemizerCLI.Core/EnemizerCLI.Core.csproj : warning NU1701: Package 'CommandLineParser 1.9.71' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.
/root/Enemizer-6.0.32/EnemizerCLI.Core/EnemizerCLI.Core.csproj : warning NU1701: Package 'CommandLineParser 1.9.71' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.
/root/.nuget/packages/microsoft.net.compilers/2.3.2/tools/Microsoft.CSharp.Core.targets(84,5): error MSB3883: Unexpected exception: [/root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj]
/root/.nuget/packages/microsoft.net.compilers/2.3.2/tools/Microsoft.CSharp.Core.targets(84,5): error : System.ComponentModel.Win32Exception (8): Exec format error [/root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj]
/root/.nuget/packages/microsoft.net.compilers/2.3.2/tools/Microsoft.CSharp.Core.targets(84,5): error : at Interop.Sys.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setUser, UInt32 userId, UInt32 groupId, Int32& lpChildPid, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean shouldThrow) [/root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj]
/root/.nuget/packages/microsoft.net.compilers/2.3.2/tools/Microsoft.CSharp.Core.targets(84,5): error : at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo) [/root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj]
/root/.nuget/packages/microsoft.net.compilers/2.3.2/tools/Microsoft.CSharp.Core.targets(84,5): error : at System.Diagnostics.Process.Start() [/root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj]
/root/.nuget/packages/microsoft.net.compilers/2.3.2/tools/Microsoft.CSharp.Core.targets(84,5): error : at Microsoft.Build.Utilities.ToolTask.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands) [/root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj]
/root/.nuget/packages/microsoft.net.compilers/2.3.2/tools/Microsoft.CSharp.Core.targets(84,5): error : at Microsoft.CodeAnalysis.BuildTasks.ManagedCompiler.ExecuteTool(String pathToTool, String responseFileCommands, String commandLineCommands) [/root/Enemizer-6.0.32/EnemizerLibrary/EnemizerLibrary.csproj]
2 Warning(s)
2 Error(s)
Time Elapsed 00:00:02.47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment