diff --git a/.build.ps1 b/.build.ps1 index f5ba96e..0cca303 100644 --- a/.build.ps1 +++ b/.build.ps1 @@ -27,7 +27,11 @@ Param ( [Parameter()] [switch] - $ResolveDependency + $ResolveDependency, + + [Parameter()] + [string[]] + $ExcludedTags ) process { diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8d05662..8d3d74c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,16 +1,16 @@ -resources: - repositories: - - repository: templates - type: github - name: rdbartram/PSBuildRelease - ref: refs/heads/master +# File: azure-pipelines.yml +resources: + repositories: + - repository: templates + type: github + name: rdbartram/PSBuildRelease + ref: refs/heads/master endpoint: rdbartram - + jobs: - - template: Yaml Build Defintions/ModuleTest.yml@templates - parameters: - baseRepoId: rdbartram/StoragePre2K12 - baseBuildDefinitionId: 3 - pwsh: false - coverageThreshold: 15 - moduleName: StoragePre2K12 +- template: Yaml Build Defintions/ModuleTest.yml@templates # Template reference + parameters: + baseRepoId: rdbartram/StoragePre2K12 + baseBuildDefinitionId: 3 + coverageThreshold: 15 + moduleName: StoragePre2K12