Skip to content

Commit

Permalink
Update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Mar 3, 2024
1 parent e219061 commit 7b19604
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .azuredevops/pipelineTemplates/jobs.validateModuleDeployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,21 @@ jobs:
steps:
# [Agent] Prepare environment
#----------------------------
- task: PowerShell@2
displayName: 'Setup agent for deployment'
# - task: PowerShell@2
# displayName: 'Setup agent for deployment'
# inputs:
# targetType: inline
# pwsh: true
# script: |
- task: AzurePowerShell@5
displayName: 'Replace tokens in template file via connection [${{ parameters.serviceConnection }}]'
inputs:
targetType: inline
azureSubscription: ${{ parameters.serviceConnection }}
azurePowerShellVersion: 'latestVersion'
preferredAzurePowerShellVersion: ''
ScriptType: InlineScript
pwsh: true
script: |
inline: |
# Load used functions
. (Join-Path '$(System.DefaultWorkingDirectory)' 'utilities' 'pipelines' 'sharedScripts' 'Set-EnvironmentOnAgent.ps1')
Expand Down

0 comments on commit 7b19604

Please sign in to comment.