2019-12-20 14:08:57 +03:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2020-07-01 12:35:32 +03:00
|
|
|
modules:
|
2022-08-13 13:13:13 +03:00
|
|
|
PSRule: '^2.3.0'
|
2020-07-01 12:35:32 +03:00
|
|
|
|
2019-12-20 14:08:57 +03:00
|
|
|
tasks:
|
|
|
|
clear:
|
|
|
|
steps:
|
|
|
|
- gitPrune:
|
|
|
|
name: origin
|
|
|
|
removeGone: true
|
|
|
|
build:
|
|
|
|
steps:
|
|
|
|
- powershell: Invoke-Build Build
|