You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the code that causes this is Utils.parseKeyValuePairs. If you think it's a problem worth solving, I am happy to work on a patch, but I didn't want to create a PR without checking first.
Paket version 3.3.6.0
Paket failed with:
Error in paket.dependencies line 4
Could not parse build: "xbuild /p:Configuration=Release" as key/value pairs.
"build: "xbuild /p:Configuration=Release"" can not be parsed as key/value pairs.
Known workarounds
None known.
Tried using $(echo -e '\x3A') in place of the colon, but it has no effect.
Related information
Ubuntu 14.04 LTS x64
Paket 3.3.6.0
Mono 4.2.4
The text was updated successfully, but these errors were encountered:
Description
When using the build script functionality of
git
sources inpaket.dependencies
, the command and argument cannot contain colons. E.g.I would expect for commas to be a problem too.
I believe the code that causes this is
Utils.parseKeyValuePairs
. If you think it's a problem worth solving, I am happy to work on a patch, but I didn't want to create a PR without checking first.Repro steps
Add this line to
paket.dependencies
Run
$ .paket/paket.exe install
Expected behavior
Command runs as expected.
Actual behavior
Paket prints an error message:
Known workarounds
None known.
Tried using
$(echo -e '\x3A')
in place of the colon, but it has no effect.Related information
The text was updated successfully, but these errors were encountered: