Update release task to use full build process
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user