<#436 Build Breaks when using pactnet packages wit...
# pact-net
g
#436 Build Breaks when using pactnet packages with a space in the home path Issue created by ronjonesjr PactNet.Linux.x64.targets includes the following lines: When MSBuildThisFileDirectory points to a directory with spaces in it, these lines fail. For example, move your home directory on macOS to a volume with a space in the name (e.g. "Archive Disk"). Then the path to your nuget packages has a space /Volumes/Archive Disk/username/.nuget/packages/pactnet.linux.x64/3.0.2/build/PactNet.Linux.x64.targets" and your build output will show the error... chmod: /Volumes/Archive: No such file or directory chmod: Disk/username/.nuget/packages/pactnet.linux.x64/3.0.2/build/../tools/pact-linux-x86_64/bin/pact-mock-service: No such file or directory pact-foundation/pact-net