fix pipeline error

/.azure/pipelines/azure-pipelines-clean-agent.yml (Line: 18, Col: 1): Unexpected value 'stages'
This commit is contained in:
Brett Hewitson 2022-12-23 12:50:48 +10:00
parent 1d456c3134
commit 1f1dafdd82

View file

@ -15,17 +15,8 @@ parameters:
type: string
default: publish
stages:
- stage: cleanupAgent
displayName: Clean-up Agent Folders
lockBehavior: runLatest
jobs:
- job: cleanupAgent
displayName: Clean-up Agent Folders
steps:
- task: PowerShell@2
steps:
- task: PowerShell@2
displayName: Clean-up Agent Folders
condition: always()
env: