1 Star 0 Fork 0

1184424167/coreclr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
UpdatePublishedVersions.ps1 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
Davis Goodin 提交于 2016-08-09 07:45 +08:00 . Use versions repo tooling from BuildTools.
#
# Copyright (c) .NET Foundation and contributors. All rights reserved.
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
#
# This script updates the dotnet/versions repository based on a set of packages. It directly
# commits the changes using GitHub APIs.
param(
[Parameter(Mandatory=$true)][string]$gitHubUser,
[Parameter(Mandatory=$true)][string]$gitHubEmail,
[Parameter(Mandatory=$true)][string]$gitHubAuthToken,
[Parameter(Mandatory=$true)][string]$versionsRepoOwner,
[Parameter(Mandatory=$true)][string]$versionsRepo,
[Parameter(Mandatory=$true)][string]$versionsRepoPath,
# A pattern matching all packages in the set that the versions repository should be set to.
[Parameter(Mandatory=$true)][string]$nupkgPath)
& "$PSScriptRoot\run.cmd" build -- tests\build.proj /t:UpdatePublishedVersions `
/p:GitHubUser="$gitHubUser" `
/p:GitHubEmail="$gitHubEmail" `
/p:GitHubAuthToken="$gitHubAuthToken" `
/p:VersionsRepoOwner="$versionsRepoOwner" `
/p:VersionsRepo="$versionsRepo" `
/p:VersionsRepoPath="$versionsRepoPath" `
/p:ShippedNuGetPackageGlobPath="$nupkgPath"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangrong/coreclr.git
git@gitee.com:zhangrong/coreclr.git
zhangrong
coreclr
coreclr
master

搜索帮助