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
24311dabc8
commit
a44abf69c8
2 changed files with 2 additions and 11 deletions
|
|
@ -61,12 +61,10 @@ stages:
|
|||
- template: output-environment-variables.yml@self
|
||||
|
||||
- checkout: MasterRepo
|
||||
enabled: false
|
||||
persistCredentials: true
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: Pull Master Repository Files
|
||||
enabled: false
|
||||
env:
|
||||
DEPLOY_BUILDNUMBER: $(Build.BuildNumber)
|
||||
DEPLOY_SOURCESDIRECTORY: $(Build.SourcesDirectory)
|
||||
|
|
@ -93,7 +91,6 @@ stages:
|
|||
|
||||
- task: PowerShell@2
|
||||
displayName: Copy ${{parameters.DeploymentType}} Files
|
||||
enabled: false
|
||||
env:
|
||||
DEPLOY_BUILDNUMBER: $(Build.BuildNumber)
|
||||
DEPLOY_PUBLISHDIRECTORY: "$(Agent.BuildDirectory)/${{parameters.PublishFolder}}"
|
||||
|
|
@ -135,7 +132,6 @@ stages:
|
|||
|
||||
- task: PowerShell@2
|
||||
displayName: Commit ${{parameters.DeploymentType}} Files
|
||||
enabled: false
|
||||
env:
|
||||
DEPLOY_BUILDNUMBER: $(Build.BuildNumber)
|
||||
DEPLOY_SOURCESDIRECTORY: $(Build.SourcesDirectory)
|
||||
|
|
@ -183,11 +179,6 @@ stages:
|
|||
Write-Host "##vso[task.setvariable variable=NewVersionRevision;]$newValue"
|
||||
displayName: Set New Pipeline Version Variable Values
|
||||
|
||||
- powershell: |
|
||||
Write-Host "NewVersionBuild: $(NewVersionBuild)"
|
||||
Write-Host "NewVersionRevision: $(NewVersionRevision)"
|
||||
displayName: Output New Pipeline Version Variable Values
|
||||
|
||||
- template: update-pipeline-variable.yml@self
|
||||
parameters:
|
||||
VariableName: 'VersionBuild'
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ variables:
|
|||
value: 'src/Server-Managers.sln'
|
||||
- name: ProjectFile
|
||||
value: 'src/$(ApplicationName)/$(ApplicationName).csproj'
|
||||
- name: PublishFolder
|
||||
value: publish
|
||||
#- name: PublishFolder
|
||||
# value: publish
|
||||
|
||||
stages:
|
||||
- template: azure-pipelines-build.yml@self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue