File tree Expand file tree Collapse file tree 5 files changed +316
-11
lines changed
test/Serilog.Sinks.File.Tests Expand file tree Collapse file tree 5 files changed +316
-11
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ image: Visual Studio 2015
33configuration : Release
44install :
55 - ps : mkdir -Force ".\build\" | Out-Null
6- - ps : Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/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"
77 - ps : $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
8- - ps : ' & .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath'
8+ - ps : ' & .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0-preview2-003121 '
99 - ps : $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
1010build_script :
1111- ps : ./Build.ps1
Original file line number Diff line number Diff line change 11{
22 "projects" : [ " src" , " test" ],
33 "sdk" : {
4- "version" : " 1.0.0-preview1-002702 "
4+ "version" : " 1.0.0-preview2-003121 "
55 }
66}
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.0.0-rc-* " ,
2+ "version" : " 2.0.0" ,
33 "description" : " The file sink for Serilog" ,
44 "authors" : [ " Serilog Contributors" ],
55 "packOptions" : {
99 "iconUrl" : " http://serilog.net/images/serilog-sink-nuget.png"
1010 },
1111 "dependencies" : {
12- "Serilog" : " 2.0.0-rc-556 "
12+ "Serilog" : " 2.0.0"
1313 },
1414 "buildOptions" : {
1515 "keyFile" : " ../../assets/Serilog.snk" ,
1919 "net4.5" : {},
2020 "netstandard1.3" : {
2121 "dependencies" : {
22- "System.IO" : " 4.1.0-rc2-24027 " ,
23- "System.IO.FileSystem" : " 4.0.1-rc2-24027 " ,
24- "System.IO.FileSystem.Primitives" : " 4.0.1-rc2-24027 "
22+ "System.IO" : " 4.1.0" ,
23+ "System.IO.FileSystem" : " 4.0.1" ,
24+ "System.IO.FileSystem.Primitives" : " 4.0.1"
2525 }
2626 }
2727 }
You can’t perform that action at this time.
0 commit comments