File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/Serilog.Formatting.Compact.Tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
- ps : mkdir -Force ".\build\" | Out-Null
6
6
- ps : Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/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'
8
+ - ps : ' & .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0-preview3-003161 '
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 16
16
"dependencies" : {
17
17
"Microsoft.NETCore.App" : {
18
18
"type" : " platform" ,
19
- "version" : " 1.0.0-rc2-3002702 "
19
+ "version" : " 1.0.0-preview3-003161 "
20
20
}
21
21
},
22
22
"imports" : [
You can’t perform that action at this time.
0 commit comments