RamblingCookieMonster / BuildHelpers

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

Fix Azure pipelines variable #135

Open Jaykul opened 1 year ago

Jaykul commented 1 year ago

Fix #134 two ways.

Jaykul commented 1 year ago

Honestly, in Get-ProjectName I would rather add a test for the root folder being a single character (e.g. Azure's "s" folders) and go straight to reading the value from the git origin -- or at least move that higher, since it seems to me more likely to be right than this "look for random psd1 files" bit.