mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +00:00
changed task order
This commit is contained in:
parent
b70bb69426
commit
2ea29c935f
1 changed files with 11 additions and 11 deletions
|
|
@ -134,17 +134,6 @@ stages:
|
||||||
git push --set-upstream origin master --porcelain --force
|
git push --set-upstream origin master --porcelain --force
|
||||||
pwsh: true
|
pwsh: true
|
||||||
workingDirectory: '$(Build.SourcesDirectory)'
|
workingDirectory: '$(Build.SourcesDirectory)'
|
||||||
|
|
||||||
- task: PowerShell@2
|
|
||||||
displayName: 'Update VersionRevision Variable'
|
|
||||||
condition: eq('${{parameters.DeploymentType}}', 'Beta')
|
|
||||||
enabled: false
|
|
||||||
env:
|
|
||||||
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
|
|
||||||
inputs:
|
|
||||||
targetType: filePath
|
|
||||||
filePath: './.azure/scripts/UpdateVersionVariable.ps1'
|
|
||||||
pwsh: true
|
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: 'Update VersionBuild Variable'
|
displayName: 'Update VersionBuild Variable'
|
||||||
|
|
@ -158,6 +147,17 @@ stages:
|
||||||
arguments: "-variableName 'VersionBuild'"
|
arguments: "-variableName 'VersionBuild'"
|
||||||
pwsh: true
|
pwsh: true
|
||||||
|
|
||||||
|
- task: PowerShell@2
|
||||||
|
displayName: 'Update VersionRevision Variable'
|
||||||
|
condition: eq('${{parameters.DeploymentType}}', 'Beta')
|
||||||
|
enabled: false
|
||||||
|
env:
|
||||||
|
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
|
||||||
|
inputs:
|
||||||
|
targetType: filePath
|
||||||
|
filePath: './.azure/scripts/UpdateVersionVariable.ps1'
|
||||||
|
pwsh: true
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: 'Reset VersionRevision Variable'
|
displayName: 'Reset VersionRevision Variable'
|
||||||
condition: eq('${{parameters.DeploymentType}}', 'Production')
|
condition: eq('${{parameters.DeploymentType}}', 'Production')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue