2 Star 5 Fork 6

DLGCY_Clone/MahApps.Metro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.ps1 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
punker76 提交于 2021-10-16 23:03 . Use Cake.Tool
$ErrorActionPreference = 'Stop'
Set-Location -LiteralPath $PSScriptRoot
$env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = '1'
$env:DOTNET_CLI_TELEMETRY_OPTOUT = '1'
$env:DOTNET_NOLOGO = '1'
dotnet tool restore
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
dotnet cake @args
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/DLGCY_Clone/MahApps.Metro.git
[email protected]:DLGCY_Clone/MahApps.Metro.git
DLGCY_Clone
MahApps.Metro
MahApps.Metro
develop

搜索帮助