File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
sudo : required # false
7
7
dist : trusty
8
- dotnet : 2.2.100
8
+ dotnet : 2.2.103
9
9
mono :
10
10
- latest
11
11
os :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ image: Visual Studio 2017
2
2
init :
3
3
- git config --global core.autocrlf true
4
4
install :
5
- # Download .NET Core SDK 2.1.403 and add to PATH
6
- - ps : $urlCurrent = "https://dotnetcli.azureedge.net/dotnet/Sdk/2.2.100 /dotnet-sdk-2.2.100 -win-x64.zip"
5
+ # Download .NET Core SDK 2.2.103 and add to PATH
6
+ - ps : $urlCurrent = "https://dotnetcli.azureedge.net/dotnet/Sdk/2.2.103 /dotnet-sdk-2.2.103 -win-x64.zip"
7
7
- ps : $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
8
8
- ps : mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
9
9
- ps : $tempFileCurrent = [System.IO.Path]::GetTempFileName()
You can’t perform that action at this time.
0 commit comments