编译项目时遇到问题-Powershell命令错误

时间:2018-06-26 10:37:15

标签: c# powershell

我已经从this repo下载了最新的源代码,但是在编译时,此错误一直显示:

  

指令“ powershell-执行策略绕过”   “ C:\ Users \ kubal \ Desktop \ hurtworld服务器\ oxide   painworld \ Oxide.Hurtworld-2.0.3844 \ Steam.ps1“-项目   Oxide.Hurtworld -dotnet net35 -appid 405100 -branch public -depot   405101管理的“ Hurtworld_Data \ Managed””以代码结尾   1. Oxide.Hurtworld C:\ Users \ Jacob \ Desktop \氧化物伤害世界\ Oxide.Hurtworld-2.0.3844 \ src \ Oxide.Hurtworld.csproj 78

导致错误的指令:

<Exec Command="powershell -ExecutionPolicy Bypass &quot;$(SolutionDir)\Steam.ps1&quot; -project $(AssemblyName) -dotnet $(TargetFramework) -appid $(SteamAppId) -branch $(SteamBranch.Split(',')[0]) -depot $(SteamDepot) -managed '$(ManagedDir)'" />

有人对这里发生的事情有想法吗?预先感谢。

0 个答案:

没有答案
相关问题