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
796ae0c772
commit
d26190046d
6 changed files with 25 additions and 28 deletions
|
|
@ -187,17 +187,17 @@ stages:
|
|||
Write-Host "##vso[task.setvariable variable=NewVersionRevision;]$newValue"
|
||||
displayName: Set New Pipeline Version Variable Values
|
||||
|
||||
- template: update-pipeline-variable.yml@self
|
||||
- template: update-pipeline-variable.yml
|
||||
parameters:
|
||||
VariableName: 'VersionBuild'
|
||||
VariableValue: $(NewVersionBuild)
|
||||
|
||||
- template: update-pipeline-variable.yml@self
|
||||
- template: update-pipeline-variable.yml
|
||||
parameters:
|
||||
VariableName: 'VersionRevision'
|
||||
VariableValue: $(NewVersionRevision)
|
||||
|
||||
- template: clean-agent-folders.yml@self
|
||||
- template: clean-agent-folders.yml
|
||||
parameters:
|
||||
CleanArtifactsFolder: true
|
||||
CleanBinariesFolder: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue