Fix: Test-ModernAuthExchangeOnline and add notes.

This commit is contained in:
DrIOS
2024-04-02 10:32:19 -05:00
parent 690b1c4667
commit a2020ff5ce
7 changed files with 120 additions and 3 deletions

View File

@@ -1,3 +1,15 @@
Import-Module .\output\module\M365FoundationsCISReport\*\*.psd1
.\helpers\psDoc-master\src\psDoc.ps1 -moduleName M365FoundationsCISReport -outputDir docs -template ".\helpers\psDoc-master\src\out-html-template.ps1"
.\helpers\psDoc-master\src\psDoc.ps1 -moduleName M365FoundationsCISReport -outputDir ".\" -template ".\helpers\psDoc-master\src\out-markdown-template.ps1" -fileName ".\README.md"
.\helpers\psDoc-master\src\psDoc.ps1 -moduleName M365FoundationsCISReport -outputDir ".\" -template ".\helpers\psDoc-master\src\out-markdown-template.ps1" -fileName ".\README.md"
<#
$ver = "v0.0.1"
git checkout main
git pull origin main
git tag -a $ver -m "Release version $ver Minor Update"
git push origin $ver
"Fix: PR #37"
git push origin $ver
# git tag -d $ver
#>