Skip to content

Commit

Permalink
Update task
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Nov 13, 2023
1 parent ca2a7cf commit 132cf18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .build/tasks/Create-CompositeResource.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ task Generate_Composite_Resource_Module {
Install-Module -Name 'Microsoft365DSC' -RequiredVersion $env:ModuleVersion -Scope AllUsers -Confirm:$false -Force
}

$result = New-CompositeResourceModule -OutputPath $OutputDirectory
$result = New-CompositeResourceModule -OutputPath $OutputDirectory -Version $env:ModuleVersion

if ($result)
{
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Corrected Sampler tasks to include required version parameter

## [0.1.4] - 2023-11-13

### Changed
Expand Down

0 comments on commit 132cf18

Please sign in to comment.