未验证 提交 66d49bc0 编写于 作者: J Jared Parsons 提交者: GitHub

Merge pull request #23862 from jaredpar/fix-pub

Fix the blob publishing
......@@ -17,7 +17,8 @@ $ErrorActionPreference="Stop"
try {
. (Join-Path $PSScriptRoot "..\..\..\build\scripts\build-utils.ps1")
$msbuild, $msbuildDir = Ensure-MSBuildAndDir -msbuildDir $msbuildDir
$msbuild = Ensure-MSBuild
if ($blobFeedUrl -eq "") {
Write-Host "Need a value for -blobFeedUrl"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册