File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- name : .NET Core
1
+ name : build
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 7
7
"activityBar.inactiveForeground" : " #15202b99" ,
8
8
"activityBarBadge.background" : " #945bc4" ,
9
9
"activityBarBadge.foreground" : " #e7e7e7" ,
10
- "editorGroup.border" : " #65c89b" ,
11
- "panel.border" : " #65c89b" ,
12
10
"sash.hoverBorder" : " #65c89b" ,
13
- "sideBar.border" : " #65c89b" ,
14
11
"statusBar.background" : " #42b883" ,
15
12
"statusBar.foreground" : " #15202b" ,
16
13
"statusBarItem.hoverBackground" : " #359268" ,
19
16
"titleBar.activeBackground" : " #42b883" ,
20
17
"titleBar.activeForeground" : " #15202b" ,
21
18
"titleBar.inactiveBackground" : " #42b88399" ,
22
- "titleBar.inactiveForeground" : " #15202b99"
19
+ "titleBar.inactiveForeground" : " #15202b99" ,
20
+ "commandCenter.border" : " #15202b99"
23
21
},
24
22
"peacock.color" : " #42b883"
25
23
}
Original file line number Diff line number Diff line change 1
1
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
2
+ name : Nuget publish
2
3
3
4
trigger :
4
5
- master
You can’t perform that action at this time.
0 commit comments