File tree 5 files changed +318
-13
lines changed
src/Serilog.Sinks.RollingFile
test/Serilog.Sinks.RollingFile.Tests
5 files changed +318
-13
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ image: Visual Studio 2015
3
3
configuration : Release
4
4
install :
5
5
- ps : mkdir -Force ".\build\" | Out-Null
6
- - ps : Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
6
+ - ps : Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2 /scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
7
7
- ps : $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
8
- - ps : ' & .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0-preview2-002823 '
8
+ - ps : ' & .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0-preview2-003121 '
9
9
- ps : $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
10
10
build_script :
11
11
- ps : ./Build.ps1
Original file line number Diff line number Diff line change 1
1
{
2
2
"projects" : [ " src" , " test" ],
3
3
"sdk" : {
4
- "version" : " 1.0.0-preview1-002702 "
4
+ "version" : " 1.0.0-preview2-003121 "
5
5
}
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.0.0-rc-* " ,
2
+ "version" : " 2.0.0" ,
3
3
"description" : " The rolling file sink for Serilog - Simple .NET logging with fully-structured events" ,
4
4
"authors" : [ " Serilog Contributors" ],
5
5
"packOptions" : {
9
9
"iconUrl" : " http://serilog.net/images/serilog-sink-nuget.png"
10
10
},
11
11
"dependencies" : {
12
- "Serilog" : " 2.0.0-rc-556 " ,
13
- "Serilog.Sinks.File" : " 2.0.0-rc-704 "
12
+ "Serilog" : " 2.0.0" ,
13
+ "Serilog.Sinks.File" : " 2.0.0"
14
14
},
15
15
"buildOptions" : {
16
16
"keyFile" : " ../../assets/Serilog.snk"
19
19
"net4.5" : {},
20
20
"netstandard1.3" : {
21
21
"dependencies" : {
22
- "System.IO" : " 4.1.0-rc2-24027 " ,
23
- "System.IO.FileSystem.Primitives" : " 4.0.1-rc2-24027 " ,
24
- "System.Runtime.InteropServices" : " 4.1.0-rc2-24027 "
22
+ "System.IO" : " 4.1.0" ,
23
+ "System.IO.FileSystem.Primitives" : " 4.0.1" ,
24
+ "System.Runtime.InteropServices" : " 4.1.0"
25
25
}
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments