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
1ab47d2f06
commit
4a88f042f6
1 changed files with 4 additions and 14 deletions
|
|
@ -70,9 +70,6 @@ stages:
|
|||
git config --global user.email "${{parameters.GitEmail}}"
|
||||
git config --global user.name "${{parameters.GitUsername}}"
|
||||
|
||||
#Write-Host "Setting up the configuration"
|
||||
#git config pull.rebase false
|
||||
|
||||
Write-Host "Performing Git Checkout"
|
||||
git checkout -b master
|
||||
|
||||
|
|
@ -130,7 +127,6 @@ stages:
|
|||
|
||||
- task: PowerShell@2
|
||||
displayName: Commit ${{parameters.DeploymentType}} Files
|
||||
enabled: false
|
||||
env:
|
||||
DEPLOY_BUILDNUMBER: $(Build.BuildNumber)
|
||||
DEPLOY_SOURCESDIRECTORY: $(Build.SourcesDirectory)
|
||||
|
|
@ -144,12 +140,6 @@ stages:
|
|||
git config --global user.email "${{parameters.GitEmail}}"
|
||||
git config --global user.name "${{parameters.GitUsername}}"
|
||||
|
||||
#Write-Host "Setting up the configuration"
|
||||
#git config pull.rebase false
|
||||
|
||||
#Write-Host "Performing Git Checkout"
|
||||
#git checkout -b master
|
||||
|
||||
Write-Host "Performing Git Add"
|
||||
git add -A
|
||||
|
||||
|
|
@ -222,8 +212,8 @@ stages:
|
|||
|
||||
- template: azure-pipelines-clean-agent.yml@self
|
||||
parameters:
|
||||
CleanArtifactsFolder: false
|
||||
CleanBinariesFolder: false
|
||||
CleanSourcesFolder: false
|
||||
CleanPublishFolder: false
|
||||
CleanArtifactsFolder: true
|
||||
CleanBinariesFolder: true
|
||||
CleanSourcesFolder: true
|
||||
CleanPublishFolder: true
|
||||
PublishFolder: $(PublishFolder)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue