From 2492696759836bf4e6a9ad53739c769ac6f0b75b Mon Sep 17 00:00:00 2001 From: Ryan Bartram Date: Fri, 4 Jan 2019 15:55:56 +0100 Subject: [PATCH 1/4] Update azure-pipelines.yml --- azure-pipelines.yml | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8d05662..fcef0cb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,16 +1,17 @@ -resources: - repositories: - - repository: templates - type: github - name: rdbartram/PSBuildRelease - ref: refs/heads/master - endpoint: rdbartram +# File: azure-pipelines.yml jobs: - - template: Yaml Build Defintions/ModuleTest.yml@templates - parameters: - baseRepoId: rdbartram/StoragePre2K12 - baseBuildDefinitionId: 3 - pwsh: false - coverageThreshold: 15 - moduleName: StoragePre2K12 +- template: templates/npm-with-params.yml # Template reference + parameters: + name: Linux + vmImage: 'ubuntu-16.04' + +- template: templates/npm-with-params.yml # Template reference + parameters: + name: macOS + vmImage: 'macOS-10.13' + +- template: templates/npm-with-params.yml # Template reference + parameters: + name: Windows + vmImage: 'vs2017-win2016' From 025fc33045b7a582ca3a38319762d7222dd230a8 Mon Sep 17 00:00:00 2001 From: Ryan Bartram Date: Fri, 4 Jan 2019 15:59:02 +0100 Subject: [PATCH 2/4] Update azure-pipelines.yml --- azure-pipelines.yml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fcef0cb..73ba320 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,17 +1,24 @@ # File: azure-pipelines.yml - +resources: + repositories: + - repository: templates + type: github + name: rdbartram/PSBuildRelease + ref: refs/heads/master + endpoint: rdbartram + jobs: -- template: templates/npm-with-params.yml # Template reference +- template: Yaml Build Defintions/ModuleTest.yml@templates # Template reference parameters: name: Linux vmImage: 'ubuntu-16.04' -- template: templates/npm-with-params.yml # Template reference +- template: Yaml Build Defintions/ModuleTest.yml@templates # Template reference parameters: name: macOS vmImage: 'macOS-10.13' -- template: templates/npm-with-params.yml # Template reference +- template: Yaml Build Defintions/ModuleTest.yml@templates # Template reference parameters: name: Windows vmImage: 'vs2017-win2016' From 3040ca8f55d1e6f9eb760072aba2e0433f73cf67 Mon Sep 17 00:00:00 2001 From: Ryan Bartram Date: Fri, 4 Jan 2019 16:11:38 +0100 Subject: [PATCH 3/4] Update azure-pipelines.yml --- azure-pipelines.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 73ba320..8d3d74c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,15 +10,7 @@ resources: jobs: - template: Yaml Build Defintions/ModuleTest.yml@templates # Template reference parameters: - name: Linux - vmImage: 'ubuntu-16.04' - -- template: Yaml Build Defintions/ModuleTest.yml@templates # Template reference - parameters: - name: macOS - vmImage: 'macOS-10.13' - -- template: Yaml Build Defintions/ModuleTest.yml@templates # Template reference - parameters: - name: Windows - vmImage: 'vs2017-win2016' + baseRepoId: rdbartram/StoragePre2K12 + baseBuildDefinitionId: 3 + coverageThreshold: 15 + moduleName: StoragePre2K12 From 799091c54eef353cd237c53f8981bfc2930df4d3 Mon Sep 17 00:00:00 2001 From: Ryan Bartram Date: Fri, 4 Jan 2019 16:42:51 +0100 Subject: [PATCH 4/4] Update .build.ps1 --- .build.ps1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {