Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
michael-hawker 7c73495e25 Modify ApplyXamlStyling.ps1 to better handle running locally and updating new/in-progress files while working 2022-07-17 12:48:35 -07:00
michael-hawker 221858638f Fixes #172 excludes obj/bin folders when running in passive mode locally after building 2022-06-30 09:01:19 -07:00
michael-hawker 9e36b7864e Switch to Script based comment Help to work with Help command
See https://docs.microsoft.com/powershell/scripting/developer/help/examples-of-comment-based-help#example-2-comment-based-help-for-a-script
2022-06-30 09:01:19 -07:00
Michael Hawker MSFT (XAML Llama) 82120e94ce
Fix ApplyXamlStyling.ps1 not changing files locally
Accidently included `-p` from splitting local vs. CI logic.
2022-04-04 14:45:09 -07:00
Michael Hawker MSFT (XAML Llama) 92aa2e2630
Add Feature/style enforcement to CI (#60)
* Try some initial config to enforce warnings and styles on build

Additionally run XAML Styler on pre-commit hook

* Apply XAML Styler Settings

* Add XAML Styler Check to CI Pipeline

* Apply fixes to some errors

* Run git status to understand what's being output

* Add logic for getting detached head state branch name

* Reconfigure how XAML Styler is run from the CI

Install .NET 3.1 for now to address issue with running XAML Styler

* Add error message with instruction for CI for instructing to run XAML Styler locally
2022-04-04 11:44:42 -07:00