Skip to content

Commit

Permalink
use local publish tool
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriaWei committed Aug 29, 2020
1 parent 5486cb2 commit 5ac1ff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ if(Test-path $destination) {
}
Invoke-Expression("dotnet restore")
Set-Location src/ZKEACMS.WebHost
Invoke-Expression("publish-zkeacms")
Invoke-Expression("dotnet tool restore")
Invoke-Expression("dotnet tool run publish-zkeacms")
Set-Location ../../
Write-Host "Copy files..."
New-Item -Path "." -Name "Release" -ItemType "directory" -Force
Expand Down

0 comments on commit 5ac1ff9

Please sign in to comment.