Fix warning message in Strt-PSBuild
This commit is contained in:
parent
94f6c37a8d
commit
9401e4f30f
@ -430,7 +430,7 @@ Built upon .NET Core, it is also a C# REPL.
|
||||
|
||||
$Source = Split-Path -Parent (Get-PSOutput)
|
||||
if ((Split-Path -Leaf $Source) -ne "publish") {
|
||||
throw "Please Start-PSBuild -Package with the corresponding runtime for the package"
|
||||
throw "Please Start-PSBuild -Publish with the corresponding runtime for the package"
|
||||
}
|
||||
|
||||
# Decide package output type
|
||||
|
Loading…
Reference in New Issue
Block a user