27 строки
500 B
YAML
27 строки
500 B
YAML
|
|
info:
|
|
name: PSRule-pipelines
|
|
description: An Azure DevOps extension for using PSRule within Azure Pipelines.
|
|
url: https://github.com/Microsoft/PSRule-pipelines
|
|
|
|
repository:
|
|
type: git
|
|
url: https://github.com/Microsoft/PSRule-pipelines.git
|
|
|
|
license: MIT
|
|
|
|
bugs:
|
|
url: https://github.com/Microsoft/PSRule-pipelines/issues
|
|
|
|
modules:
|
|
PSRule: ^2.9.0
|
|
VstsTaskSdk: ^0.18.1
|
|
PowerShellGet: ^2.2.3
|
|
|
|
tasks:
|
|
clear:
|
|
steps:
|
|
- gitPrune:
|
|
name: origin
|
|
removeGone: true
|