File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1- # Run this script to replace the default template repository values with values specific to your module.
1+ # Run this script to setup the repository for your module.
2+
3+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute (' PSAvoidUsingWriteHost' , ' ' )]
4+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute (' PSUseShouldProcessForStateChangingFunctions' , ' ' )]
5+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute (' PSUseSingularNouns' , ' ' )]
6+ Param ()
27
38Process
49{
5- Write-Host - ForegroundColor Green "
10+ Write-Host - ForegroundColor Yellow "
611This script will delete all files in this repo and replace them with template files specific to your module.
712If you have made changes to any files you may want to commit them before continuing, as this script will likely overwrite them.
813"
You can’t perform that action at this time.
0 commit comments