Skip to content

Commit

Permalink
Merge branch 'dsccommunity:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
raandree authored Apr 4, 2023
2 parents 295a143 + 324afe6 commit a7fe698
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'Sampler.GitHubTasks' = '0.3.5-preview0002'
'Sampler.AzureDevOpsTasks' = '0.1.2'
PowerShellForGitHub = '0.16.1'
'Sampler.DscPipeline' = '0.2.0-preview0012'
'Sampler.DscPipeline' = '0.2.0-preview0015'
MarkdownLinkCheck = '0.2.0'
'DscResource.AnalyzerRules' = '0.2.0'
DscBuildHelpers = '0.2.1'
Expand Down
12 changes: 11 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
BuiltModuleSubDirectory: AvoidPSPathOverlap
BuiltModuleSubDirectory: Module

####################################################
# Sampler Pipeline Configuration #
####################################################
Expand All @@ -19,9 +20,11 @@ BuildWorkflow:
build:
- Init
- Clean
- Build_Module_ModuleBuilder
- LoadDatumConfigData
- TestConfigData
- CompileDatumRsop
- Set_PSModulePath
- TestDscResources
- CompileRootConfiguration
- CompileRootMetaMof
Expand Down Expand Up @@ -106,3 +109,10 @@ Sampler.DscPipeline:
- DscConfig.Demo
#- Name: CommonTasks
# Version: 0.3.259

####################################################
# Setting Sampler PSModulePath #
####################################################
SetPSModulePath:
RemovePersonal: true
RemoveProgramFiles: true
2 changes: 2 additions & 0 deletions source/DscWorkshop.psm1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<#
#>

0 comments on commit a7fe698

Please sign in to comment.