Fix CI release typo
This commit is contained in:
Родитель
e895506405
Коммит
7fc7048f7c
|
@ -4,6 +4,7 @@
|
|||
variables:
|
||||
version: '0.1.0'
|
||||
buildConfiguration: 'Release'
|
||||
disable.coverage.autogenerate: 'true'
|
||||
|
||||
# Use build number format, i.e. 0.1.0-B1811001
|
||||
name: $(version)-B$(date:yyMM)$(rev:rrr)
|
||||
|
|
|
@ -114,7 +114,7 @@ task VersionModule ModuleDependencies, {
|
|||
|
||||
# Synopsis: Publish to PowerShell Gallery
|
||||
task ReleaseModule VersionModule, {
|
||||
$modulePath = (Join-Path -Path $ArtifactPath -ChildPath PSRule.Rules.Azure);
|
||||
$modulePath = (Join-Path -Path $ArtifactPath -ChildPath PSRule.Rules.Kubernetes);
|
||||
Write-Verbose -Message "[ReleaseModule] -- Checking module path: $modulePath";
|
||||
|
||||
if (!(Test-Path -Path $modulePath)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче