File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5151
5252### Fixed
5353
54+ - Corrected error message in test file to recommend 'noop' task instead of 'build'
55+ task for resolving dependencies
56+ ([ issue #2279 ] ( https://github.com/dsccommunity/SqlServerDsc/issues/2279 ) ).
5457- Updated integration test documentation in ` tests/Integration/Commands/README.md `
5558 to correctly reflect that ` ConvertFrom-SqlDscDatabasePermission ` test does not
5659 require database instance connectivity
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ function Invoke-TestSetup
1919 }
2020 catch [System.IO.FileNotFoundException ]
2121 {
22- throw ' DscResource.Test module dependency not found. Please run ".\build.ps1 -Tasks build " first.'
22+ throw ' DscResource.Test module dependency not found. Please run ".\build.ps1 -Tasks noop " first.'
2323 }
2424
2525 $script :testEnvironment = Initialize-TestEnvironment `
You can’t perform that action at this time.
0 commit comments