File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333 - Corrected case of ` CertificateThumbPrint ` to ` CertificateThumbprint ` .
3434- Renamed ` master ` branch to ` main ` - Fixes [ Issue #696 ] ( https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/696 ) .
3535- Updated ` GitVersion.yml ` to latest pattern - Fixes [ Issue #707 ] ( https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/707 ) .
36+ - Updated build to use ` Sampler.GitHubTasks ` - Fixes [ Issue #711 ] ( https://github.com/dsccommunity/xPSDesiredStateConfiguration/issues/711 ) .
3637
3738## [ 9.1.0] - 2020-02-19
3839
Original file line number Diff line number Diff line change 1313 ModuleBuilder = ' latest'
1414 ChangelogManagement = ' latest'
1515 Sampler = ' latest'
16+ ' Sampler.GitHubTasks' = ' latest'
1617 ' DscResource.Test' = ' latest'
1718 ' DscResource.AnalyzerRules' = ' latest'
1819 ' DscResource.Common' = ' latest'
Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ Resolve-Dependency:
8484ModuleBuildTasks :
8585 Sampler :
8686 - ' *.build.Sampler.ib.tasks'
87+ Sampler.GitHubTasks :
88+ - ' *.ib.tasks'
8789
8890TaskHeader : |
8991 param($Path)
You can’t perform that action at this time.
0 commit comments