File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
- name : Set up .NET 6.0
30
30
uses : actions/setup-dotnet@v1
31
31
with :
32
- dotnet-version : 6.0.100-rc.2.21505.57
32
+ dotnet-version : 6.0.x
33
33
34
34
- name : Initialize CodeQL
35
35
uses : github/codeql-action/init@v1
Original file line number Diff line number Diff line change 24
24
- name : Set up .NET 6.0
25
25
uses : actions/setup-dotnet@v1
26
26
with :
27
- dotnet-version : 6.0.100-rc.2.21505.57
27
+ dotnet-version : 6.0.x
28
28
29
29
- name : Restore
30
30
run : dotnet restore
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ install:
11
11
- ps : Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile "install-dotnet.ps1"
12
12
- ps : .\install-dotnet.ps1 -Version 3.1.410 -InstallDir "dotnetcli"
13
13
- ps : .\install-dotnet.ps1 -Version 5.0.301 -InstallDir "dotnetcli"
14
- - ps : .\install-dotnet.ps1 -Version 6.0.100-rc.2.21505.57 -InstallDir "dotnetcli"
14
+ - ps : .\install-dotnet.ps1 -Version 6.0.100 -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 : ' 6.0.100-rc.2.21505.57 '
2
+ DotNetCoreSdkVersion : ' 6.0.x '
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