Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update eng/common/TestResources/deploy-test-resources.yml
Co-authored-by: Daniel Jurek <[email protected]>
  • Loading branch information
2 people authored and azure-sdk committed Jun 5, 2024
commit ee28164caf9bedcc3f39a6ca43a1ae45d6b37016
3 changes: 1 addition & 2 deletions eng/common/TestResources/deploy-test-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ steps:
displayName: Deploy test resources
env:
TEMP: $(Agent.TempDirectory)
${{ each var in parameters.EnvVars }}:
${{ var.key }}: ${{ var.value }}
${{ insert }}: ${{ parameters.EnvVars }}
inputs:
azureSubscription: ${{ parameters.ServiceConnection }}
azurePowerShellVersion: LatestVersion
Expand Down