From c7703b7bd5b399acc7586c09c4bb208e75edf379 Mon Sep 17 00:00:00 2001 From: Bernie White Date: Fri, 13 Aug 2021 01:03:08 +1000 Subject: [PATCH] Bump CI pipeline (#872) --- .azure-pipelines/azure-pipelines.yaml | 4 ++-- .github/templates/rule-docs-examples.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .github/templates/rule-docs-examples.md diff --git a/.azure-pipelines/azure-pipelines.yaml b/.azure-pipelines/azure-pipelines.yaml index efaa1f9f36..fa01ad6fac 100644 --- a/.azure-pipelines/azure-pipelines.yaml +++ b/.azure-pipelines/azure-pipelines.yaml @@ -2,12 +2,12 @@ # CI pipeline for PSRule.Rules.Azure variables: - version: '1.6.0' + version: '1.7.0' buildConfiguration: 'Release' disable.coverage.autogenerate: 'true' imageName: 'ubuntu-20.04' - # Use build number format, i.e. 1.6.0-B2102001 + # Use build number format, i.e. 1.7.0-B2102001 name: $(version)-B$(date:yyMM)$(rev:rrr) trigger: diff --git a/.github/templates/rule-docs-examples.md b/.github/templates/rule-docs-examples.md new file mode 100644 index 0000000000..3d4b969259 --- /dev/null +++ b/.github/templates/rule-docs-examples.md @@ -0,0 +1,2 @@ + +Review and update rule documentation with template and bicep examples.