File tree Expand file tree Collapse file tree 3 files changed +3
-16
lines changed
Expand file tree Collapse file tree 3 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 3434 run : |
3535 Write-Information -MessageData 'Resolving dependencies.' -InformationAction 'Continue'
3636 .\build.ps1 -ResolveDependency -Tasks 'noop'
37- # This is a workaround for the issue: https://github.com/PoshCode/ModuleBuilder/pull/136
38- - name : Patch ModuleBuilder
39- shell : powershell
40- run : |
41- Write-Information -MessageData 'Patching ModuleBuilder v3.1.7.' -InformationAction 'Continue'
42- .\build.ps1 -Tasks 'noop'
43- Install-PSResource -Name 'Viscalyx.Common' -Repository 'PSGallery' -TrustRepository -Quiet -Confirm:$false
44- Install-ModulePatch -Uri https://raw.githubusercontent.com/viscalyx/Viscalyx.Common/refs/heads/main/patches/ModuleBuilder_3.1.7_patch.json -Force
4537 - name : Build Module
4638 shell : powershell
4739 run : |
Original file line number Diff line number Diff line change 3434 run : |
3535 Write-Information -MessageData 'Resolving dependencies.' -InformationAction 'Continue'
3636 .\build.ps1 -ResolveDependency -Tasks 'noop'
37- # This is a workaround for the issue: https://github.com/PoshCode/ModuleBuilder/pull/136
38- - name : Patch ModuleBuilder
39- shell : powershell
40- run : |
41- Write-Information -MessageData 'Patching ModuleBuilder v3.1.7.' -InformationAction 'Continue'
42- .\build.ps1 -Tasks 'noop'
43- Install-PSResource -Name 'Viscalyx.Common' -Repository 'PSGallery' -TrustRepository -Quiet -Confirm:$false
44- Install-ModulePatch -Uri https://raw.githubusercontent.com/viscalyx/Viscalyx.Common/refs/heads/main/patches/ModuleBuilder_3.1.7_patch.json -Force
4537 - name : Build Module
4638 shell : powershell
4739 run : |
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88### Removed
99
10+ - SqlServerDsc
11+ - Revert workaround in GitHub Actions workflows as new version of ModuleBuilder
12+ was released.
1013- SqlServerDsc.Common
1114 - Removed the function ` Get-RegistryPropertyValue ` and ` Format-Path ` in
1215 favor of the commands with the same names in the module _ DscResource.Common_ .
You can’t perform that action at this time.
0 commit comments