-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathazure-pipelines.yml
More file actions
26 lines (23 loc) · 893 Bytes
/
azure-pipelines.yml
File metadata and controls
26 lines (23 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
variables:
- group: PowerShell Gallery
resources:
repositories:
- repository: templates # https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=azure-devops&tabs=schema#repository-resource
type: github
name: rdbartram/PSBuildRelease
ref: refs/heads/master
endpoint: GithubPipelines
trigger:
batch: true
branches:
include:
- master
jobs:
- template: Yaml Build Defintions/ModuleTestIncPublish.yml@templates # https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=azure-devops&tabs=schema#job-templates
parameters:
baseRepoId: DFTAI/PSKeepAChangeLog # ID of the repo targeted by the build definition
baseBuildDefinitionId: 10
coverageThreshold: 0 # Minimum Pester Coverage
galleryAPIKey: $(variables['ApiKey'])
moduleName: PSKeepAChangeLog
agent: vs2017-win2016