This commit is contained in:
Bernie White 2019-12-23 16:33:17 +10:00
Родитель e895506405
Коммит 7fc7048f7c
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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)) {