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
f6910988ef
commit
64d2b8fe45
6 changed files with 14 additions and 14 deletions
|
|
@ -26,7 +26,7 @@ stages:
|
|||
|
||||
steps:
|
||||
- task: PowerShell@2
|
||||
displayName: Output Build Parameters
|
||||
displayName: Write Build Parameters
|
||||
condition: contains(variables['system.debug'], 'true')
|
||||
inputs:
|
||||
targetType: inline
|
||||
|
|
@ -39,9 +39,9 @@ stages:
|
|||
Write-Host "BuildPlatform: ${{parameters.BuildPlatform}}"
|
||||
pwsh: true
|
||||
|
||||
- template: create-agent-capabilities-environment-variables.yml@self
|
||||
- template: create-agent-capabilities-variables.yml@self
|
||||
|
||||
- template: output-environment-variables.yml@self
|
||||
- template: write-environment-variables.yml@self
|
||||
|
||||
- task: NuGetToolInstaller@1
|
||||
displayName: Install NuGet 4.4.1
|
||||
|
|
@ -53,7 +53,7 @@ stages:
|
|||
inputs:
|
||||
restoreSolution: '${{parameters.SolutionFile}}'
|
||||
|
||||
- template: apply-semantic-versioning-to-assembyinfo-files.yml@self
|
||||
- template: update-semantic-versioning-in-assembyinfo-files.yml@self
|
||||
parameters:
|
||||
ApplicationName: ${{parameters.ApplicationName}}
|
||||
PathToSearch: '$(Build.SourcesDirectory)/src'
|
||||
|
|
@ -225,7 +225,7 @@ stages:
|
|||
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
|
||||
ArtifactName: '${{parameters.PublishFolder}}'
|
||||
|
||||
- template: azure-pipelines-clean-agent.yml@self
|
||||
- template: clean-agent-folders.yml@self
|
||||
parameters:
|
||||
CleanArtifactsFolder: true
|
||||
CleanBinariesFolder: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue