Skip to content

Commit

Permalink
Remove az login
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan committed Oct 10, 2023
1 parent 89c4d17 commit 2267c40
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ steps:
$azcopy = Find-AzCopy
Write-Verbose -Verbose "Found AzCopy: $azcopy"
& $azcopy login
& $azcopy cp https://$(StorageAccount).blob.core.windows.net/$(AzureVersion) $(System.ArtifactsDirectory) --recursive
$packagesPath = Get-ChildItem -Path $(System.ArtifactsDirectory)\*.deb -Recurse -File | Select-Object -First 1 -ExpandProperty DirectoryName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ steps:
$azcopy = Find-AzCopy
Write-Verbose -Verbose "Found AzCopy: $azcopy"
& $azcopy login
& $azcopy cp https://$(StorageAccount).blob.core.windows.net/$(AzureVersion)/* $(System.ArtifactsDirectory) --recursive
displayName: Download Azure Artifacts
Expand Down
2 changes: 0 additions & 2 deletions tools/releaseBuild/azureDevOps/templates/vpackReleaseJob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
$azcopy = Find-AzCopy
Write-Verbose -Verbose "Found AzCopy: $azcopy"
& $azcopy login
Write-Host "running: $azcopy cp https://$(StorageAccount).blob.core.windows.net/$(AzureVersion)/PowerShell-$(Version)-win-${{ parameters.architecture }}.zip $(System.ArtifactsDirectory)"
& $azcopy cp https://$(StorageAccount).blob.core.windows.net/$(AzureVersion)/PowerShell-$(Version)-win-${{ parameters.architecture }}.zip $(System.ArtifactsDirectory)
Expand Down

0 comments on commit 2267c40

Please sign in to comment.