This commit is contained in:
Maxim Lobanov
2020-04-23 06:22:47 +03:00
parent 377c646d61
commit 8dae118225
3 changed files with 1 additions and 5 deletions

View File

@@ -33,7 +33,5 @@ Write-Host "Copy Node.js binaries to hostedtoolcache folder"
Copy-Item -Path * -Destination $NodeToolcacheArchitecturePath
Remove-Item $NodeToolcacheArchitecturePath\setup.ps1 -Force | Out-Null
Get-ChildItem $NodeToolcacheArchitecturePath
Write-Host "Create complete file"
New-Item -ItemType File -Path $NodeToolcacheVersionPath -Name "$Architecture.complete" | Out-Null