31 строка
611 B
YAML
31 строка
611 B
YAML
#
|
|
# PSRule for Cloud Adoption Framework
|
|
#
|
|
|
|
info:
|
|
name: PSRule.Rules.CAF
|
|
description: |
|
|
A suite of rules to validate Azure resources against the Cloud Adoption Framework (CAF) using PSRule.
|
|
url: https://github.com/Microsoft/PSRule.Rules.CAF
|
|
|
|
repository:
|
|
type: git
|
|
url: https://github.com/Microsoft/PSRule.Rules.CAF.git
|
|
|
|
bugs:
|
|
url: https://github.com/Microsoft/PSRule.Rules.CAF/issues
|
|
|
|
modules:
|
|
PSRule: ^1.0.0
|
|
PSRule.Rules.Azure: ^0.18.0
|
|
|
|
tasks:
|
|
clear:
|
|
steps:
|
|
- gitPrune:
|
|
name: origin
|
|
removeGone: true
|
|
build:
|
|
steps:
|
|
- powershell: Invoke-Build Build
|