Get rid of nested archive #4

Merged
maxim-lobanov merged 9 commits from v-malob/switch-layout into master 2020-04-23 13:54:32 +05:00
3 changed files with 1 additions and 5 deletions
Showing only changes of commit 8dae118225 - Show all commits

View File

@@ -11,5 +11,5 @@ function Extract-7ZipArchive {
) )
Write-Debug "Extract $ArchivePath to $OutputDirectory" Write-Debug "Extract $ArchivePath to $OutputDirectory"
7z x $ArchivePath -o"$OutputDirectory" -y 7z x $ArchivePath -o"$OutputDirectory" -y | Out-Null
} }

View File

@@ -21,7 +21,5 @@ echo "Copy Node.js binaries to hostedtoolcache folder"
cp -R ./* $NODE_TOOLCACHE_VERSION_ARCH_PATH cp -R ./* $NODE_TOOLCACHE_VERSION_ARCH_PATH
rm $NODE_TOOLCACHE_VERSION_ARCH_PATH/setup.sh rm $NODE_TOOLCACHE_VERSION_ARCH_PATH/setup.sh
ls $NODE_TOOLCACHE_VERSION_ARCH_PATH
echo "Create complete file" echo "Create complete file"
touch $NODE_TOOLCACHE_VERSION_PATH/x64.complete touch $NODE_TOOLCACHE_VERSION_PATH/x64.complete

View File

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