-
-
Notifications
You must be signed in to change notification settings - Fork 884
Open
Description
Start-Process : A positional parameter cannot be found that accepts argument '.\tmp\main.exe'.
At line:1 char:1
+ start /wait /b .\tmp\main.exe server
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Start-Process], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.StartProcessCommand
config:
[build]
cmd = "go build -o ./tmp/main.exe ."
bin = ".\\tmp\\main.exe"
full_bin = ".\\tmp\\main.exe"
Metadata
Metadata
Assignees
Labels
No labels