Skip to content

Commit 7267e5a

Browse files
authored
(#338) Added Directory.Packages.props to the list of trigger files (#343)
1 parent 39fe7b9 commit 7267e5a

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

.github/workflows/build-library.yml

+21-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,28 @@ name: Build and Test Library
22

33
on:
44
push:
5-
branches: [ main ]
6-
paths: [ 'src/**', 'tests/**', 'Datasync Solution.sln', '.github/workflows/build-library.yml', '.github/workflows/SignedPackageFileList.txt' ]
5+
branches:
6+
- main
7+
paths:
8+
- 'src/**'
9+
- 'tests/**'
10+
- 'Datasync.Toolkit.sln'
11+
- 'Directory.Packages.props'
12+
- '.github/workflows/build-library.yml'
13+
- '.github/workflows/SignedPackageFileList.txt'
714
pull_request:
8-
branches: [ main ]
9-
paths: [ 'src/**', 'tests/**', 'Datasync Solution.sln', '.github/workflows/build-library.yml', '.github/workflows/SignedPackageFileList.txt' ]
15+
branches:
16+
- main
17+
paths:
18+
- 'src/**'
19+
- 'tests/**'
20+
- 'Datasync.Toolkit.sln'
21+
- 'Directory.Packages.props'
22+
- '.github/workflows/build-library.yml'
23+
- '.github/workflows/SignedPackageFileList.txt'
1024
release:
11-
types: [ published ]
25+
types:
26+
- published
1227
workflow_dispatch:
1328

1429
env:
@@ -17,7 +32,7 @@ env:
1732
DOTNET_NOLOGO: true
1833
DOTNET_CONFIGURATION: 'Release'
1934
NuGetDirectory: ${{ github.workspace }}/nuget
20-
SolutionFile: 'Datasync Solution.sln'
35+
SolutionFile: 'Datasync.Toolkit.sln'
2136
BASE_VERSION: '9.0.0'
2237

2338
permissions:

0 commit comments

Comments
 (0)