SuperSocket.ClientEngine icon indicating copy to clipboard operation
SuperSocket.ClientEngine copied to clipboard

Unable to compile with the build.bat on Developer Command Prompt for VS2015

Open oswaldlai opened this issue 6 years ago • 1 comments

BuildWithoutEasyClient: dotnet restore warn : The folder 'C:\SuperSocket.ClientEngine-master\SuperSocket.ClientEngine.Core' does not contain a project to restore. dotnet build -c Release -f netstandard1.3 -o ..\output_core\netstandard1.3\Release /p:SignAssembly=True /p:AssemblyOriginatorKeyFile=..\..\SignKeys\SuperSocket.ClientEngine.snk Couldn't find 'project.json' in '/p:SignAssembly=True' C:\SuperSocket.ClientEngine-master\SuperSocket.ClientEngine.build(32,3): error MSB3073: "dotnet build -c Release -f netstandard1.3 -o ..\output_core\netstandard1.3\Release /p:SignAssembly=True /p:AssemblyOriginatorKeyFile=..\..\SignKeys\SuperSocket.ClientEngine.snk" 命令以返回碼 1 結束。 專案 "C:\SuperSocket.ClientEngine-master\SuperSocket.ClientEngine.build" (Build 目標) 建置完成 -- 失敗。

建置失敗。

"C:\SuperSocket.ClientEngine-master\SuperSocket.ClientEngine.build" (Build 目標) (1) -> (BuildWithoutEasyClient 目標) -> C:\SuperSocket.ClientEngine-master\SuperSocket.ClientEngine.build(32,3): error MSB3073: "dotnet build -c Release -f netstandard1.3 -o ..\output_core\netstandard1.3\Release /p:SignAssembly=True /p:AssemblyOriginatorKeyFile=..\..\SignKeys\SuperSocket.ClientEngine.snk" 命令以返回碼 1 結束。

0 個警告
1 個錯誤

經過時間 00:00:01.72 請按任意鍵繼續 . . .

oswaldlai avatar Apr 06 '18 04:04 oswaldlai

Please don't use that batch file to build. It is used for creating nuget package.

kerryjiang avatar Apr 10 '18 05:04 kerryjiang