4 Star 9 Fork 3

Gitee 极速下载 / MahApps.Metro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/MahApps/MahApps.Metro/
克隆/下载
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 }
1
https://gitee.com/mirrors/MahApps.Metro.git
git@gitee.com:mirrors/MahApps.Metro.git
mirrors
MahApps.Metro
MahApps.Metro
develop

搜索帮助