Skip to content

Commit

Permalink
SqlServerDsc: Update pipeline files from Sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Aug 22, 2023
1 parent 0402505 commit c0c7dde
Show file tree
Hide file tree
Showing 17 changed files with 515 additions and 306 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix a path in VS Code workspace settings to correctly use Script Analyzer on
Linux and macOS.
- Highlighted note comments throughout markdown and generated markdown.
- Updated pipeline files to support ModuleFast.
- SqlServerDsc.Common
- Fix unit tests so they work cross-platform.
- ScriptAnalyzer.Tests was fixed so they work cross-platform.
Expand Down
20 changes: 11 additions & 9 deletions RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
If preview release of Pester prevents release we should temporary shift
back to stable.
#>
Pester = @{
Version = 'latest'
Parameters = @{
AllowPrerelease = $true
}
}
# Pester = @{
# Version = 'latest'
# Parameters = @{
# AllowPrerelease = $true
# }
# }

Pester = 'latest'

Plaster = 'latest'
ModuleBuilder = 'latest'
Expand All @@ -47,8 +49,8 @@
PSPKI = '3.7.2'

# Prerequisites modules needed for examples or integration tests
PSDscResources = '2.12.0.0'
StorageDsc = '4.9.0.0'
NetworkingDsc = '7.4.0.0'
xPSDesiredStateConfiguration = '9.1.0'
StorageDsc = '5.1.0'
NetworkingDsc = '9.0.0'
WSManDsc = '3.1.1'
}
Loading

0 comments on commit c0c7dde

Please sign in to comment.