pipeline file changes

This commit is contained in:
Brett Hewitson 2022-12-29 16:54:13 +10:00
parent f6910988ef
commit 64d2b8fe45
6 changed files with 14 additions and 14 deletions

View file

@ -46,7 +46,7 @@ stages:
deploy:
steps:
- task: PowerShell@2
displayName: Output Deployment Parameters
displayName: Write Deployment Parameters
condition: contains(variables['system.debug'], 'true')
inputs:
targetType: inline
@ -58,7 +58,7 @@ stages:
Write-Host "RepositoryFolder: ${{parameters.RepositoryFolder}}"
pwsh: true
- template: output-environment-variables.yml@self
- template: write-environment-variables.yml@self
- checkout: MasterRepo
persistCredentials: true
@ -189,7 +189,7 @@ stages:
VariableName: 'VersionRevision'
VariableValue: $(NewVersionRevision)
- template: azure-pipelines-clean-agent.yml@self
- template: clean-agent-folders.yml@self
parameters:
CleanArtifactsFolder: true
CleanBinariesFolder: true