File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
- name : Set up .NET Core
23
23
uses : actions/setup-dotnet@v1
24
24
with :
25
- dotnet-version : 5.0.100-preview.5.20279.10
25
+ dotnet-version : 5.0.100-preview.6.20318.15
26
26
27
27
- name : Restore
28
28
run : dotnet restore
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ install:
11
11
# The following can be used to install a custom version of .NET Core
12
12
- ps : Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.ps1" -OutFile "install-dotnet.ps1"
13
13
- ps : .\install-dotnet.ps1 -Version 3.1.301 -InstallDir "dotnetcli"
14
- - ps : .\install-dotnet.ps1 -Version 5.0.100-preview.5.20279.10 -InstallDir "dotnetcli"
14
+ - ps : .\install-dotnet.ps1 -Version 5.0.100-preview.6.20318.15 -InstallDir "dotnetcli"
15
15
build_script :
16
16
- dotnet --info
17
17
before_test :
Original file line number Diff line number Diff line change 1
1
variables :
2
- DotNetCoreSdkVersion : ' 5.0.100-preview.5.20279.10 '
2
+ DotNetCoreSdkVersion : ' 5.0.100-preview.6.20318.15 '
3
3
NUGET_PACKAGES : ' $(Pipeline.Workspace)/.nuget/packages'
4
4
5
5
jobs :
You can’t perform that action at this time.
0 commit comments