Skip to content

Commit

Permalink
Bump CI pipeline (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Jul 6, 2021
1 parent 88bf585 commit 6caa9cb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
23 changes: 8 additions & 15 deletions .azure-pipelines/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# CI pipeline for PSRule.Rules.Azure

variables:
version: '1.5.0'
version: '1.6.0'
buildConfiguration: 'Release'
disable.coverage.autogenerate: 'true'
imageName: 'ubuntu-18.04'
imageName: 'ubuntu-20.04'

# Use build number format, i.e. 1.5.0-B2102001
# Use build number format, i.e. 1.6.0-B2102001
name: $(version)-B$(date:yyMM)$(rev:rrr)

trigger:
Expand Down Expand Up @@ -136,8 +136,8 @@ stages:

- template: jobs/test.yaml
parameters:
name: ubuntu_18_04_coverage
imageName: 'ubuntu-18.04'
name: ubuntu_20_04_coverage
imageName: 'ubuntu-20.04'
displayName: 'PowerShell coverage'
coverage: 'true'
publishResults: 'false'
Expand All @@ -156,10 +156,10 @@ stages:

- template: jobs/testContainer.yaml
parameters:
name: ps_7_ubuntu_18_04
displayName: 'PowerShell 7.0 - ubuntu-18.04'
name: ps_7_1_ubuntu_18_04
displayName: 'PowerShell 7.1 - ubuntu-18.04'
imageName: mcr.microsoft.com/powershell
imageTag: 7.0.3-ubuntu-18.04
imageTag: 7.1.3-ubuntu-18.04

- template: jobs/testContainer.yaml
parameters:
Expand All @@ -168,13 +168,6 @@ stages:
imageName: mcr.microsoft.com/powershell
imageTag: 7.1.3-ubuntu-20.04

- template: jobs/testContainer.yaml
parameters:
name: ps_6_ubuntu_18_04
displayName: 'PowerShell 6.2 - ubuntu-18.04'
imageName: mcr.microsoft.com/powershell
imageTag: 6.2.4-ubuntu-18.04

# Release pipeline
- stage: Release
displayName: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Steps to reproduce the issue:
**Module in use and version:**

- Module: PSRule.Rules.Azure
- Version: **[e.g. 0.1.0]**
- Version: **[e.g. 1.5.0]**

Captured output from `$PSVersionTable`:

Expand Down
3 changes: 3 additions & 0 deletions ps-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#
# PSDocs configuration
#

output:
culture: en-US
4 changes: 3 additions & 1 deletion ps-rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ output:
- en-US

configuration:
RULE_HELP: https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/rules/en/
# Authoring rules
RULE_AUTHORING_ONLINE_HELP: 'https://azure.github.io/PSRule.Rules.Azure/en/rules/'
RULE_AUTHORING_PREFIX: 'Azure'

0 comments on commit 6caa9cb

Please sign in to comment.