27 строки
478 B
YAML
27 строки
478 B
YAML
|
|
info:
|
|
name: PSRule.Monitor
|
|
description: |
|
|
Log PSRule analysis results to Azure Monitor.
|
|
url: https://github.com/Microsoft/PSRule.Monitor
|
|
|
|
repository:
|
|
type: git
|
|
url: https://github.com/Microsoft/PSRule.Monitor.git
|
|
|
|
bugs:
|
|
url: https://github.com/Microsoft/PSRule.Monitor/issues
|
|
|
|
modules:
|
|
PSRule: '^0.18.0'
|
|
|
|
tasks:
|
|
clear:
|
|
steps:
|
|
- gitPrune:
|
|
name: origin
|
|
removeGone: true
|
|
build:
|
|
steps:
|
|
- powershell: Invoke-Build Build
|