Linux needs correct file path casing (#4442)
This commit is contained in:
parent
c487f019f5
commit
a08dc959c0
|
|
@ -4,7 +4,7 @@
|
||||||
"Source": {
|
"Source": {
|
||||||
"Repository": "https://github.com/aspnet/aspnetcore.git",
|
"Repository": "https://github.com/aspnet/aspnetcore.git",
|
||||||
"BranchOrCommit": "master",
|
"BranchOrCommit": "master",
|
||||||
"Project": "src/signalr/benchmarkapps/BenchmarkServer/BenchmarkServer.csproj"
|
"Project": "src/SignalR/benchmarkapps/BenchmarkServer/BenchmarkServer.csproj"
|
||||||
},
|
},
|
||||||
"Connections": 10,
|
"Connections": 10,
|
||||||
"Duration": 20,
|
"Duration": 20,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue