1 Star 1 Fork 1

安齐 / AspNetCore.Docs.zh-cn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.openpublishing.build.ps1 729 Bytes
一键复制 编辑 原始数据 按行查看 历史
param(
[string]$buildCorePowershellUrl = "https://opbuildstorageprod.blob.core.windows.net/opps1container/.openpublishing.buildcore.ps1",
[string]$parameters
)
# Main
$errorActionPreference = 'Stop'
# Step-1: Download buildcore script to local
echo "download build core script to local with source url: $buildCorePowershellUrl"
$repositoryRoot = Split-Path -Parent $MyInvocation.MyCommand.Definition
$buildCorePowershellDestination = "$repositoryRoot\.openpublishing.buildcore.ps1"
Invoke-WebRequest $buildCorePowershellUrl -OutFile "$buildCorePowershellDestination"
# Step-2: Run build core
echo "run build core script with parameters: $parameters"
& "$buildCorePowershellDestination" "$parameters"
exit $LASTEXITCODE
C#
1
https://gitee.com/aqsplo/AspNetCore.Docs.zh-cn.git
git@gitee.com:aqsplo/AspNetCore.Docs.zh-cn.git
aqsplo
AspNetCore.Docs.zh-cn
AspNetCore.Docs.zh-cn
live

搜索帮助