Skip to content

Commit 668ffbf

Browse files
committed
renamed
1 parent ac356fa commit 668ffbf

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/dotnetTools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET Core
1+
name: build
22

33
on:
44
push:

.vscode/settings.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
"activityBar.inactiveForeground": "#15202b99",
88
"activityBarBadge.background": "#945bc4",
99
"activityBarBadge.foreground": "#e7e7e7",
10-
"editorGroup.border": "#65c89b",
11-
"panel.border": "#65c89b",
1210
"sash.hoverBorder": "#65c89b",
13-
"sideBar.border": "#65c89b",
1411
"statusBar.background": "#42b883",
1512
"statusBar.foreground": "#15202b",
1613
"statusBarItem.hoverBackground": "#359268",
@@ -19,7 +16,8 @@
1916
"titleBar.activeBackground": "#42b883",
2017
"titleBar.activeForeground": "#15202b",
2118
"titleBar.inactiveBackground": "#42b88399",
22-
"titleBar.inactiveForeground": "#15202b99"
19+
"titleBar.inactiveForeground": "#15202b99",
20+
"commandCenter.border": "#15202b99"
2321
},
2422
"peacock.color": "#42b883"
2523
}

azure-pipelines.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
2+
name: Nuget publish
23

34
trigger:
45
- master

0 commit comments

Comments
 (0)