Skip to content

Commit

Permalink
SqlServerDsc: Run CI on changes in source folder (dsccommunity#1491)
Browse files Browse the repository at this point in the history
- SqlServerDsc
  - Only run CI pipeline on branch `master` when there are changes to files
    inside the `source` folder.
  • Loading branch information
johlju authored Mar 31, 2020
1 parent 14d99e1 commit e49d4d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)

- SqlServerDsc
- Update the CI pipeline files.
- Only run CI pipeline on branch `master` when there are changes to files
inside the `source` folder.
- Replaced Microsoft-hosted agent (build image) `win1803` with `windows-2019`
([issue #1466](https://github.com/dsccommunity/SqlServerDsc/issues/1466)).

### Fixed

- SqlSetup
- Refresh PowerShell drive list before attempting to resolve `setup.exe` path
([issue #1482](https://github.com/dsccommunity/SqlServerDsc/issues/1482)).
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ trigger:
include:
- master
paths:
exclude:
- CHANGELOG.md
include:
- source/*
tags:
include:
- "v*"
Expand Down

0 comments on commit e49d4d0

Please sign in to comment.