Skip to content

Commit

Permalink
SqlServerDsc: Use new GitHub deploy tasks in pipeline (#1697)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Mar 11, 2021
1 parent b13b792 commit 75a8161
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
ModuleBuilder = 'latest'
ChangelogManagement = 'latest'
Sampler = 'latest'
'Sampler.GitHubTasks' = 'latest'
MarkdownLinkCheck = 'latest'
'DscResource.Test' = 'latest'
'DscResource.AnalyzerRules' = 'latest'
Expand Down
2 changes: 2 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ VersionedOutputDirectory: true
ModuleBuildTasks:
Sampler:
- '*.build.Sampler.ib.tasks'
Sampler.GitHubTasks:
- '*.ib.tasks'
DscResource.DocGenerator:
- 'Task.*'

Expand Down

0 comments on commit 75a8161

Please sign in to comment.