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
7881199ec1
commit
d2eeb557ca
2 changed files with 70 additions and 15 deletions
|
|
@ -24,7 +24,7 @@ stages:
|
|||
|
||||
steps:
|
||||
- task: PowerShell@2
|
||||
displayName: Clean-up Agent Folders
|
||||
displayName: Pre Clean-up Agent Folders
|
||||
env:
|
||||
BUILD_ARTIFACTSTAGINGDIRECTORY: $(Build.ArtifactStagingDirectory)
|
||||
BUILD_BINARIESDIRECTORY: $(Build.BinariesDirectory)
|
||||
|
|
@ -254,7 +254,7 @@ stages:
|
|||
ArtifactName: '${{parameters.PublishFolder}}'
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: Clean-up Agent Folders
|
||||
displayName: Post Clean-up Agent Folders
|
||||
condition: always()
|
||||
env:
|
||||
BUILD_ARTIFACTSTAGINGDIRECTORY: $(Build.ArtifactStagingDirectory)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue