From 01657f2ae4da8918dbf8a6073b2f4243801466fa Mon Sep 17 00:00:00 2001 From: Johan Ljunggren Date: Sat, 25 Apr 2020 11:41:38 +0200 Subject: [PATCH] ActiveDirectoryDsc: Update pipeline paths trigger (#599) [skip ci] --- CHANGELOG.md | 1 + azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 746dda4ae..390763fee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md) - ActiveDirectoryDsc - Migrated to DscResource.Common Module. - Testing HQRM and Unit Tests on PowerShell 7 + - Fixed the pipeline paths trigger. ## [6.0.1] - 2020-04-16 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d82ab65d9..d72d5cf59 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ trigger: - master paths: include: - - source/**/* + - source/* tags: include: - "v*"