Skip to content

Commit b71a046

Browse files
Also fix publish task real quick
1 parent 56c20c6 commit b71a046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ClassExplorer.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ task DoPublish {
275275
throw 'Could not find PSGallery API key!'
276276
}
277277

278-
Publish-Module -Name $Folders.Release -NuGetApiKey $apiKey -Force:$Force.IsPresent
278+
Publish-Module -Name $script:ReleasePath -NuGetApiKey $apiKey -Force:$Force.IsPresent
279279
}
280280

281281
task Build -Jobs GetProjectInfo, AssertDevDependencies, Clean, BuildDll, CopyToRelease, BuildDocs

0 commit comments

Comments
 (0)