diff --git a/CHANGELOG.md b/CHANGELOG.md index bad923b84..1cf183879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- SharePointDsc + - The task `DscResource_Tests_Stop_On_Fail` that have ran HQRM tests will be removed in + the next version of Sampler and replaced by the task `Invoke_HQRM_Tests_Stop_On_Fail`. - SPFarm - Updated to run cmdlet `Update-SPFlightsConfigFile` on SharePoint Subscription. diff --git a/build.yaml b/build.yaml index b8ef68c99..6df0fa4e6 100644 --- a/build.yaml +++ b/build.yaml @@ -42,7 +42,7 @@ BuildWorkflow: - package_module_nupkg hqrmtest: - - DscResource_Tests_Stop_On_Fail + - Invoke_HQRM_Tests_Stop_On_Fail # Defining test task to be run when invoking `./build.ps1 -Tasks test` test: @@ -94,6 +94,7 @@ DscTest: - output ExcludeModuleFile: - Modules/DscResource.Common + MainGitBranch: master # Import ModuleBuilder tasks from a specific PowerShell module using the build # task's alias. Wildcard * can be used to specify all tasks that has a similar @@ -106,6 +107,8 @@ ModuleBuildTasks: - '*.ib.tasks' DscResource.DocGenerator: - 'Task.*' + DscResource.Test: + - 'Task.*' # Invoke-Build Header to be used to 'decorate' the terminal output of the tasks. TaskHeader: |