File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
- name : Set up .NET 5.0
23
23
uses : actions/setup-dotnet@v1
24
24
with :
25
- dotnet-version : 5.0.100-rc.2.20479.15
25
+ dotnet-version : 5.0.100
26
26
27
27
- name : Restore
28
28
run : dotnet restore
Original file line number Diff line number Diff line change 9
9
- ' %USERPROFILE%\.nuget\packages -> **\*.csproj'
10
10
install :
11
11
- ps : Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile "install-dotnet.ps1"
12
- - ps : .\install-dotnet.ps1 -Version 3.1.301 -InstallDir "dotnetcli"
13
- - ps : .\install-dotnet.ps1 -Version 5.0.100-rc.2.20479.15 -InstallDir "dotnetcli"
12
+ - ps : .\install-dotnet.ps1 -Version 3.1.404 -InstallDir "dotnetcli"
13
+ - ps : .\install-dotnet.ps1 -Version 5.0.100 -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 : ' 5.0.100-rc.2.20479.15 '
2
+ DotNetCoreSdkVersion : ' 5.0.100'
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