2.2.10.120#155
Merged
Merged
Conversation
FriedrichWeinmann
commented
Jul 20, 2021
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)
| $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) |
There was a problem hiding this comment.
Replace method does not have an overload that supports 4 parameters.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.