This repository was archived by the owner on Jun 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +27
-7
lines changed Expand file tree Collapse file tree 3 files changed +27
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.1 .0" ,
2
+ "version" : " 2.0 .0" ,
3
3
"command" : " dotnet" ,
4
- "isShellCommand" : true ,
5
4
"args" : [],
6
5
"tasks" : [
7
6
{
8
- "taskName" : " build" ,
7
+ "label" : " build" ,
8
+ "type" : " shell" ,
9
+ "command" : " dotnet" ,
9
10
"args" : [
11
+ " build" ,
10
12
" ${workspaceRoot}/sample/Serilog.Sinks.Elasticsearch.Sample/Serilog.Sinks.Elasticsearch.Sample.csproj"
11
13
],
12
- "isBuildCommand" : true ,
13
- "problemMatcher" : " $msCompile"
14
+ "problemMatcher" : " $msCompile" ,
15
+ "group" : {
16
+ "_id" : " build" ,
17
+ "isDefault" : false
18
+ }
14
19
}
15
20
]
16
21
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "version": "0.1.0",
3
+ "command": "dotnet",
4
+ "isShellCommand": true,
5
+ "args": [],
6
+ "tasks": [
7
+ {
8
+ "taskName": "build",
9
+ "args": [
10
+ "${workspaceRoot}/sample/Serilog.Sinks.Elasticsearch.Sample/Serilog.Sinks.Elasticsearch.Sample.csproj"
11
+ ],
12
+ "isBuildCommand": true,
13
+ "problemMatcher": "$msCompile"
14
+ }
15
+ ]
16
+ }
Original file line number Diff line number Diff line change 8
8
</config >
9
9
10
10
<packageSources > <!-- To inherit the global NuGet package sources remove the <clear/> line below -->
11
- <clear />
12
- <add key =" dotnet-core" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
11
+ <clear />
13
12
<add key =" api.nuget.org" value =" https://api.nuget.org/v3/index.json" />
14
13
<add key =" Elastic Abstractions CI" value =" https://ci.appveyor.com/nuget/elasticsearch-net-abstractions" />
15
14
<add key =" Elastic Clients CI" value =" https://ci.appveyor.com/nuget/elasticsearch-net" />
You can’t perform that action at this time.
0 commit comments