File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
- ' fix/*'
8
8
- ' feature/*'
9
+ - ' poc/*'
9
10
- ' support/*'
10
11
paths :
11
12
- ' **'
12
13
- ' !docs/**'
13
14
- ' !new-cli/**'
14
-
15
+
15
16
pull_request :
16
17
branches :
17
18
- main
Original file line number Diff line number Diff line change 6
6
- main
7
7
- ' fix/*'
8
8
- ' feature/*'
9
+ - ' poc/*'
9
10
- ' support/*'
10
11
paths :
11
12
- ' **'
@@ -46,11 +47,12 @@ jobs:
46
47
-
47
48
name : Run Format 'ci' solution
48
49
run : dotnet format ./build/ --verify-no-changes
49
- # -
50
- # name: Run Format 'new-cli' solution
51
- # run: |
52
- # dotnet build ./new-cli
53
- # dotnet format ./new-cli/ --verify-no-changes
50
+ -
51
+ name : Build 'new-cli' solution
52
+ run : dotnet build ./new-cli
53
+ -
54
+ name : Run Format 'new-cli' solution
55
+ run : dotnet format ./new-cli/ --exclude ~/.nuget/packages --verify-no-changes
54
56
-
55
57
name : Run Format 'GitVersion' solution
56
58
run : dotnet format ./src/ --exclude **/AddFormats/ --verify-no-changes
You can’t perform that action at this time.
0 commit comments