1 Star 0 Fork 0

is-DW/MessagePack-CSharp

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Get-TempToolsPath.ps1 336 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Arnott 提交于 2019-11-20 06:28 +08:00 . Reduce number of build tasks
if ($env:AGENT_TOOLSDIRECTORY) {
$path = "$env:AGENT_TOOLSDIRECTORY\vs-platform\tools"
} elseif ($env:localappdata) {
$path = "$env:localappdata\vs-platform\tools"
} else {
$path = "$PSScriptRoot\..\obj\tools"
}
if (!(Test-Path $path)) {
New-Item -ItemType Directory -Path $Path | Out-Null
}
(Resolve-Path $path).Path
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/isDW/MessagePack-CSharp.git
git@gitee.com:isDW/MessagePack-CSharp.git
isDW
MessagePack-CSharp
MessagePack-CSharp
master

搜索帮助