From 75a8161699aa49700114c39bda5d7f6e0849c860 Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Thu, 11 Mar 2021 18:26:25 +0100 Subject: [PATCH] SqlServerDsc: Use new GitHub deploy tasks in pipeline (#1697) --- CHANGELOG.md | 2 ++ RequiredModules.psd1 | 1 + build.yaml | 2 ++ 3 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb20d1dd4..784b899ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `Microsoft.AnalysisServices.Server` object. The new functionality is used when the parameter `FeatureFlag` is set to `'AnalysisServicesConnection'`. This functionality will be the default in a future breaking release. + - Changed to the new GitHub deploy tasks that is required for the latest + version of the Sampler module. ## [15.1.1] - 2021-02-12 diff --git a/RequiredModules.psd1 b/RequiredModules.psd1 index 0dd9873cc..8c83315c8 100644 --- a/RequiredModules.psd1 +++ b/RequiredModules.psd1 @@ -14,6 +14,7 @@ ModuleBuilder = 'latest' ChangelogManagement = 'latest' Sampler = 'latest' + 'Sampler.GitHubTasks' = 'latest' MarkdownLinkCheck = 'latest' 'DscResource.Test' = 'latest' 'DscResource.AnalyzerRules' = 'latest' diff --git a/build.yaml b/build.yaml index 833ed472f..9eec7299b 100644 --- a/build.yaml +++ b/build.yaml @@ -44,6 +44,8 @@ VersionedOutputDirectory: true ModuleBuildTasks: Sampler: - '*.build.Sampler.ib.tasks' + Sampler.GitHubTasks: + - '*.ib.tasks' DscResource.DocGenerator: - 'Task.*'