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 : 3.1.201
25
+ dotnet-version : 3.1.301
26
26
27
27
- name : Restore
28
28
run : dotnet restore
Original file line number Diff line number Diff line change 10
10
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
- - ps : .\install-dotnet.ps1 -Version 3.1.201 -InstallDir "dotnetcli"
13
+ - ps : .\install-dotnet.ps1 -Version 3.1.301 -InstallDir "dotnetcli"
14
14
build_script :
15
15
- dotnet --info
16
16
before_test :
Original file line number Diff line number Diff line change 1
1
variables :
2
- DotNetCoreSdkVersion : ' 3.1.201 '
2
+ DotNetCoreSdkVersion : ' 3.1.301 '
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