We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d20056 + e444755 commit 78aff98Copy full SHA for 78aff98
utils/build.ps1
@@ -868,7 +868,7 @@ function Invoke-VsDevShell([Hashtable] $Platform) {
868
}
869
870
function Get-Dependencies {
871
- Write-Host "[$([DateTime]::Now.ToString("yyyy-MM-dd HH:mm:ss"))] Fetch-Dependencies ..." -ForegroundColor Cyan
+ Write-Host "[$([DateTime]::Now.ToString("yyyy-MM-dd HH:mm:ss"))] Get-Dependencies ..." -ForegroundColor Cyan
872
$ProgressPreference = "SilentlyContinue"
873
874
$WebClient = New-Object Net.WebClient
0 commit comments