Update release task to use full build process

This commit is contained in:
Wes Carroll
2020-06-10 09:43:03 -04:00
parent e90d2a23cc
commit c7c3428dd5
+1 -1
View File
@@ -208,6 +208,6 @@ task quickBuild CleanPublish, CleanTemp, CreatePsm1ForRelease, AnalyzeBuiltFiles
Get-Module -Name ZertoApiWrapper | Remove-Module -Force Get-Module -Name ZertoApiWrapper | Remove-Module -Force
ImportBuiltModule ImportBuiltModule
} }
task release quickBuild, { task release build, {
Publish-Module -Path $moduleOutPath -NuGetApiKey "1234" -WhatIf Publish-Module -Path $moduleOutPath -NuGetApiKey "1234" -WhatIf
} }