RamblingCookieMonster / BuildHelpers

Helper functions for PowerShell CI/CD scenarios
MIT License
215 stars 47 forks source link

Uses AppVeyor Project if available #63

Closed lipkau closed 6 years ago

lipkau commented 6 years ago

The capitalization of folder is lost with the way AppVeyor clones a repository. This makes Get-ProjectName use AppVeyor's ProjectName if available

RamblingCookieMonster commented 6 years ago

Awesome, this will solve some issues, particularly for folks initially publishing in the pipeline - thanks!!