mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
pipeline file changes
This commit is contained in:
parent
455301090d
commit
48e61bdcf1
2 changed files with 8 additions and 2 deletions
|
|
@ -12,6 +12,8 @@ parameters:
|
|||
type: string
|
||||
- name: PublishFolder
|
||||
type: string
|
||||
- name: RepositoryFolder
|
||||
type: string
|
||||
|
||||
stages:
|
||||
- stage: deploy${{parameters.DeploymentType}}
|
||||
|
|
@ -45,11 +47,13 @@ stages:
|
|||
- checkout: MasterRepo
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: Display DeploymentType
|
||||
displayName: Display Deployment Details (temp task)
|
||||
inputs:
|
||||
targetType: inline
|
||||
script: |
|
||||
Write-Host ${{parameters.DeploymentType}}
|
||||
Write-Host "Deployment type: ${{parameters.DeploymentType}}"
|
||||
Write-Host "Publish folder: ${{parameters.PublishFolder}}"
|
||||
Write-Host "Repository folder: ${{parameters.RepositoryFolder}}"
|
||||
pwsh: true
|
||||
|
||||
- template: azure-pipelines-clean-agent.yml@self
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ stages:
|
|||
DependsOn: build
|
||||
ApplicationName: $(ApplicationName)
|
||||
PublishFolder: $(PublishFolder)
|
||||
RepositoryFolder: $(RepositoryFolderBeta)
|
||||
|
||||
- template: azure-pipelines-deploy.yml@self
|
||||
parameters:
|
||||
|
|
@ -51,3 +52,4 @@ stages:
|
|||
DependsOn: Beta
|
||||
ApplicationName: $(ApplicationName)
|
||||
PublishFolder: $(PublishFolder)
|
||||
RepositoryFolder: $(RepositoryFolderProduction)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue