Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

coapp.powershell issue #104 #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dakotahawkins
Copy link

Make sure path being prepended to PATH environment variable ends with a semicolon.

Issue #104

…ATH environment variable ends with a semicolon.
@@ -636,7 +636,10 @@ public class ProjectPlus : Project, IDisposable {
}

return _buildTimePaths.GetOrAdd(condition, () => new ListWithAction<string>(path => {

if (!path.EndsWith(";")) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just make sure it ends with a ";". Apparently the "Prefix" attribute won't do that for you for some reason.

@AnEnglishmanInNorway
Copy link

I've no idea how things get approved here, but this one needs to go in. It took me a while to discover that this was the problem for my builds!

@dakotahawkins
Copy link
Author

@AnEnglishmanInNorway I think this project is dead :( Last commit was in Oct. 2014.

@gordonwatts
Copy link

The person to pester online is @fearthecowboy (on twitter), and see what he thinks. He is the author, at MS. He seems to move from starting one project to the next. Some get maintained, some do not. :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants