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 2222 - name : Set up .NET Core
2323 uses : actions/setup-dotnet@v1
2424 with :
25- dotnet-version : 5.0.100-preview.5.20279.10
25+ dotnet-version : 5.0.100-preview.6.20318.15
2626
2727 - name : Restore
2828 run : dotnet restore
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ install:
1111 # The following can be used to install a custom version of .NET Core
1212 - ps : Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.ps1" -OutFile "install-dotnet.ps1"
1313 - 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"
1515build_script :
1616- dotnet --info
1717before_test :
Original file line number Diff line number Diff line change 11variables :
2- DotNetCoreSdkVersion : ' 5.0.100-preview.5.20279.10 '
2+ DotNetCoreSdkVersion : ' 5.0.100-preview.6.20318.15 '
33 NUGET_PACKAGES : ' $(Pipeline.Workspace)/.nuget/packages'
44
55jobs :
You can’t perform that action at this time.
0 commit comments