From c7c3428dd5cb0b48ccbe70e045d48e9cd465aa20 Mon Sep 17 00:00:00 2001 From: Wes Carroll Date: Wed, 10 Jun 2020 09:43:03 -0400 Subject: [PATCH] Update release task to use full build process --- ZertoApiWrapper.build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZertoApiWrapper.build.ps1 b/ZertoApiWrapper.build.ps1 index 788ed57..8069b4c 100644 --- a/ZertoApiWrapper.build.ps1 +++ b/ZertoApiWrapper.build.ps1 @@ -208,6 +208,6 @@ task quickBuild CleanPublish, CleanTemp, CreatePsm1ForRelease, AnalyzeBuiltFiles Get-Module -Name ZertoApiWrapper | Remove-Module -Force ImportBuiltModule } -task release quickBuild, { +task release build, { Publish-Module -Path $moduleOutPath -NuGetApiKey "1234" -WhatIf }