Skip to content

Commit

Permalink
Fixing Azure Powershell argument configuration (#10307)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocav authored Jul 18, 2024
1 parent 634627a commit 9c5fb8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
inputs:
azureSubscription: Azure-Functions-Host-CI
ScriptPath: '$(Build.Repository.LocalPath)\build\checkin-secrets.ps1'
arguments: '-leaseBlob $(LeaseBlob) -leaseToken $(LeaseToken)'
ScriptArguments: '-leaseBlob $(LeaseBlob) -leaseToken $(LeaseToken)'
azurePowerShellVersion: 'LatestVersion'

- job: RunIntegrationTests
Expand Down Expand Up @@ -539,5 +539,5 @@ jobs:
inputs:
azureSubscription: Azure-Functions-Host-CI
ScriptPath: '$(Build.Repository.LocalPath)\build\checkin-secrets.ps1'
arguments: '-leaseBlob $(LeaseBlob) -leaseToken $(LeaseToken)'
ScriptArguments: '-leaseBlob $(LeaseBlob) -leaseToken $(LeaseToken)'
azurePowerShellVersion: 'LatestVersion'
2 changes: 1 addition & 1 deletion eng/ci/templates/official/jobs/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,4 @@ jobs:
azureSubscription: Azure-Functions-Host-CI-internal
azurePowerShellVersion: 'LatestVersion'
ScriptPath: build/checkin-secrets.ps1
arguments: '-leaseBlob $(LeaseBlob) -leaseToken $(LeaseToken)'
ScriptArguments: '-leaseBlob $(LeaseBlob) -leaseToken $(LeaseToken)'
2 changes: 1 addition & 1 deletion eng/ci/templates/official/jobs/run-non-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
azureSubscription: Azure-Functions-Host-CI-internal
azurePowerShellVersion: 'LatestVersion'
ScriptPath: build/checkin-secrets.ps1
arguments: '-leaseBlob $(LeaseBlob) -leaseToken $(LeaseToken)'
ScriptArguments: '-leaseBlob $(LeaseBlob) -leaseToken $(LeaseToken)'

0 comments on commit 9c5fb8f

Please sign in to comment.