Update StackMonkey.ps1
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
# need to test
|
# need to test
|
||||||
|
|
||||||
|
# Write-Host "🛠️ SAMY - Script Automation Monkey (Yeah!)" -ForegroundColor Cyan
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
<#
|
<#
|
||||||
@@ -203,10 +205,11 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
#endregion ScriptMonkey run silently Entrypoint
|
#endregion ScriptMonkey run silently Entrypoint
|
||||||
|
|
||||||
|
Write-Host "🛠️ SAMY - Script Automation Monkey (Yeah!)" -ForegroundColor Cyan
|
||||||
|
Write-Host "ParameterSetName: $($PSCmdlet.ParameterSetName)" -ForegroundColor Yellow
|
||||||
|
|
||||||
Write-Host "ParameterSetName: $($PSCmdlet.ParameterSetName)" -ForegroundColor Yellow
|
#region — guarantee NuGet provider is present without prompting
|
||||||
|
|
||||||
#region — guarantee NuGet provider is present without prompting
|
|
||||||
|
|
||||||
# ─── Top of script ───
|
# ─── Top of script ───
|
||||||
Import-Module PackageManagement -Force -ErrorAction SilentlyContinue | Out-Null
|
Import-Module PackageManagement -Force -ErrorAction SilentlyContinue | Out-Null
|
||||||
@@ -432,11 +435,6 @@ Write-Host "ParameterSetName: $($PSCmdlet.ParameterSetName)" -ForegroundColor Ye
|
|||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
||||||
# STACK = Scripted Tooling for Automated Client Kickoff
|
|
||||||
# MONKEY = Module-based Onboarding & Next-step Kickoff Engine Yoke
|
|
||||||
# Conveys the idea of coupling tasks together and keeping them under control.
|
|
||||||
|
|
||||||
#region Config & Task Definitions
|
#region Config & Task Definitions
|
||||||
|
|
||||||
# Define every task once here:
|
# Define every task once here:
|
||||||
|
|||||||
Reference in New Issue
Block a user