...

Text file src/github.com/Azure/azure-sdk-for-go/eng/common/pipelines/templates/steps/write-filesystemmetrics.yml

Documentation: github.com/Azure/azure-sdk-for-go/eng/common/pipelines/templates/steps

     1steps:
     2    - task: Powershell@2
     3      inputs:
     4        filePath: $(Build.SourcesDirectory)/eng/common/scripts/Write-FileSystemMetrics.ps1
     5        pwsh: true
     6      displayName: Write filesystem metrics
     7      continueOnError: true

View as plain text