30 строки
515 B
YAML
30 строки
515 B
YAML
#
|
|
# PSRule for Azure
|
|
#
|
|
|
|
info:
|
|
name: PSRule.Rules.Azure
|
|
description: |
|
|
A suite of rules to validate Azure resources using PSRule.
|
|
url: https://github.com/Azure/PSRule.Rules.Azure
|
|
|
|
repository:
|
|
type: git
|
|
url: https://github.com/Azure/PSRule.Rules.Azure.git
|
|
|
|
bugs:
|
|
url: https://github.com/Azure/PSRule.Rules.Azure/issues
|
|
|
|
modules:
|
|
PSRule: ^1.9.0
|
|
|
|
tasks:
|
|
clear:
|
|
steps:
|
|
- gitPrune:
|
|
name: origin
|
|
removeGone: true
|
|
build:
|
|
steps:
|
|
- powershell: Invoke-Build Build
|