Skip to content

Commit 7fc7048

Browse files
committed
Fix CI release typo
1 parent e895506 commit 7fc7048

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.azure-pipelines/azure-pipelines.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
variables:
55
version: '0.1.0'
66
buildConfiguration: 'Release'
7+
disable.coverage.autogenerate: 'true'
78

89
# Use build number format, i.e. 0.1.0-B1811001
910
name: $(version)-B$(date:yyMM)$(rev:rrr)

pipeline.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ task VersionModule ModuleDependencies, {
114114

115115
# Synopsis: Publish to PowerShell Gallery
116116
task ReleaseModule VersionModule, {
117-
$modulePath = (Join-Path -Path $ArtifactPath -ChildPath PSRule.Rules.Azure);
117+
$modulePath = (Join-Path -Path $ArtifactPath -ChildPath PSRule.Rules.Kubernetes);
118118
Write-Verbose -Message "[ReleaseModule] -- Checking module path: $modulePath";
119119

120120
if (!(Test-Path -Path $modulePath)) {

0 commit comments

Comments
 (0)