Skip to content

Commit

Permalink
Fix issue using Sampler with Windows PowerShell (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored May 13, 2022
1 parent 971337e commit 4754c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fixed a problem which occurred on certain machined when using Sampler in
Windows PowerShell. Fixes [#350](https://github.com/gaelcolas/Sampler/issues/350)
- The module manifest is now correctly updated with release notes from the
changelog. Fixes [#358](https://github.com/gaelcolas/Sampler/issues/358)

Expand Down
4 changes: 0 additions & 4 deletions Sampler/suffix.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ Get-ChildItem -Path (Join-Path -Path $PSScriptRoot -ChildPath 'tasks\*') -Includ
$taskFileAliasName = "$($_.BaseName).$ModuleName.ib.tasks"

Set-Alias -Name $taskFileAliasName -Value $_.FullName

Export-ModuleMember -Alias $taskFileAliasName
}

Set-Alias -Name 'Set-SamplerTaskVariable' -Value "$PSScriptRoot/scripts/Set-SamplerTaskVariable.ps1"

Export-ModuleMember -Alias 'Set-SamplerTaskVariable'

0 comments on commit 4754c29

Please sign in to comment.