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
796ae0c772
commit
d26190046d
6 changed files with 25 additions and 28 deletions
|
|
@ -39,7 +39,7 @@ stages:
|
|||
Write-Host "BuildPlatform: ${{parameters.BuildPlatform}}"
|
||||
pwsh: true
|
||||
|
||||
- template: create-agent-capabilities-variables.yml@self
|
||||
- template: create-agent-capabilities-variables.yml
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: Write Environment Variables
|
||||
|
|
@ -81,7 +81,7 @@ stages:
|
|||
inputs:
|
||||
restoreSolution: '${{parameters.SolutionFile}}'
|
||||
|
||||
- template: update-semantic-versioning-in-assembyinfo-files.yml@self
|
||||
- template: update-semantic-versioning-in-assembyinfo-files.yml
|
||||
parameters:
|
||||
ApplicationName: ${{parameters.ApplicationName}}
|
||||
PathToSearch: '$(Build.SourcesDirectory)/src'
|
||||
|
|
@ -167,7 +167,7 @@ stages:
|
|||
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
|
||||
ArtifactName: '${{parameters.PublishFolder}}'
|
||||
|
||||
- template: clean-agent-folders.yml@self
|
||||
- template: clean-agent-folders.yml
|
||||
parameters:
|
||||
CleanArtifactsFolder: true
|
||||
CleanBinariesFolder: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue