mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
pipeline file changes
This commit is contained in:
parent
f6910988ef
commit
64d2b8fe45
6 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue