Skip to content
This repository was archived by the owner on Feb 12, 2023. It is now read-only.
This repository was archived by the owner on Feb 12, 2023. It is now read-only.

Relative path parameter doesn't work #44

Description

@tpluscode

Hi

Here's how I run GitLink in my solution

$(MSBuildProjectDirectory)\Build\GitLink.exe" "$(MSBuildProjectDirectory)\.." -u https://github.com/r2rml4net/core

Apparently the .. path segment doesn't work for some reason.

I've fixed this by wrapping the path in $([System.IO.Path]::GetFullPath(..)) but it looks like a bug.

Tom

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions