Ai
1 Star 3 Fork 1

似水年华/dotnet-script

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.ps1 360 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bernhard Richter 提交于 2017-09-07 18:50 +08:00 . Fixed some root paths
$scriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent
$dotnetScriptPath = "$scriptRoot\build\dotnet-script"
if (!(Test-Path $dotnetScriptPath)) {
Write-Host "Downloading dotnet-script..."
Invoke-Expression "$scriptRoot\build\install-dotnet-script.ps1"
}
dotnet "$dotnetScriptPath\dotnet-script.dll" "$scriptRoot\build\build.csx" -- $scriptRoot
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/yulou/dotnet-script.git
git@gitee.com:yulou/dotnet-script.git
yulou
dotnet-script
dotnet-script
master

搜索帮助