Skip to content

Commit

Permalink
Update PublishToPSGallery.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
DrJohnT committed Mar 23, 2019
1 parent f4f10c9 commit 3bb725e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PublishToPSGallery.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ $baseDir = $PSScriptRoot;


try {
$buildDir = Resolve-Path "$baseDir\PublishDacPac.psd1";
Write-Host $buildDir;
$buildDir = "$baseDir\PublishDacPac";
Write-Information $buildDir;
Write-Verbose 'Importing PowerShellGet module'
$psGet = Import-Module PowerShellGet -PassThru -Verbose:$false
& $psGet { [CmdletBinding()] param () Install-NuGetClientBinaries -CallerPSCmdlet $PSCmdlet -BootstrapNuGetExe -Force }
Expand Down

0 comments on commit 3bb725e

Please sign in to comment.