Bump CI pipeline (#828)
This commit is contained in:
Родитель
88bf585e2e
Коммит
6caa9cba54
|
@ -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:
|
||||
|
@ -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'
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
|
|
@ -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`:
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
#
|
||||
# PSDocs configuration
|
||||
#
|
||||
|
||||
output:
|
||||
culture: en-US
|
||||
|
|
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче