File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
#
10
10
# - To trigger manual generation invoke:
11
11
#
12
- # nuke --generate-configuration GitHubActions_continuous_integration --host GitHubActions
12
+ # nuke --generate-configuration GitHubActions_ci --host GitHubActions
13
13
#
14
14
# </auto-generated>
15
15
# ------------------------------------------------------------------------------
16
16
17
- name : continuous_integration
17
+ name : ci
18
18
19
19
on : [push]
20
20
Original file line number Diff line number Diff line change 19
19
20
20
#pragma warning disable IDE1006 // Naming Styles
21
21
[ GitHubActions (
22
- name : "continuous_integration " ,
22
+ name : "ci " ,
23
23
GitHubActionsImage . WindowsLatest ,
24
24
GitHubActionsImage . UbuntuLatest ,
25
25
GitHubActionsImage . MacOsLatest ,
@@ -102,7 +102,7 @@ class Build : NukeBuild
102
102
{
103
103
Log . Information ( $ "Building generators ...") ;
104
104
RootDirectory
105
- . GlobFiles ( "**/generators/*.csproj" )
105
+ . GlobFiles ( "**/generators/**/* .csproj" )
106
106
. ForEach ( f =>
107
107
DotNetBuild ( s => s
108
108
. SetProjectFile ( f )
You can’t perform that action at this time.
0 commit comments