Skip to content

2.2.10.120#155

Merged
FriedrichWeinmann merged 8 commits into
developmentfrom
enhancedTemplates
Jul 20, 2021
Merged

2.2.10.120#155
FriedrichWeinmann merged 8 commits into
developmentfrom
enhancedTemplates

Conversation

@FriedrichWeinmann

Copy link
Copy Markdown
Member
  • New: Build Component - define build workflows based on pre-defined & extensible action code
  • Upd: Template AzureFunction - new layout with better build automation
  • Upd: Template AzureFunctionRest - new layout to integrate into new AzureFunction template
  • Upd: Template PSFProject - added Github Actions integration
  • Upd: Aliases - removed "AllScope" option
  • Fix: Template PSFTest - fixed PSScriptAnalyzer test path detection
  • Fix: Template PSFTest - fixed string LegalSurplus exception being ignored
  • Fix: Template PSFModule - fixed PSScriptAnalyzer test path detection
  • Fix: Template PSFModule - fixed string LegalSurplus exception being ignored
  • Fix: Template PSFProject - fixed PSScriptAnalyzer test path detection
  • Fix: Template PSFProject - fixed string LegalSurplus exception being ignored
  • Fix: TemplateStore - default path iss invalid on MAC (Templates on MAC #136)
  • Fix: Invoke-PSMDTemplate - unreliable string replacement through -replace operator (Write-TemplateItem -Replace operator #113)
  • Fix: Publish-PSMDScriptFile - insufficient exclude paths (Fix for issues 133 and 137 #138; @Callidus2000)

@FriedrichWeinmann FriedrichWeinmann merged commit f3c246e into development Jul 20, 2021
@FriedrichWeinmann FriedrichWeinmann deleted the enhancedTemplates branch July 20, 2021 16:36
$fileName = $fileName -replace "$($identifier)$([regex]::Escape($param))$($identifier)",$ParameterFlat[$param]
if (-not $Raw) {
foreach ($param in $Item.FileSystemParameterFlat) {
$fileName = $fileName.Replace("$($identifier)$($param)$($identifier)", $ParameterFlat[$param], $true, $null)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace method does not have an overload that supports 4 parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants