File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
``` yaml
19
19
steps :
20
20
- uses : actions/checkout@main
21
- - uses : actions/setup-dotnet@v1
21
+ - uses : actions/setup-dotnet@v1.5.0
22
22
with :
23
23
dotnet-version : ' 3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel
24
24
- run : dotnet build <my project>
34
34
dotnet : [ '2.2.103', '3.0', '3.1.x' ]
35
35
name : Dotnet ${{ matrix.dotnet }} sample
36
36
steps :
37
- - uses : actions/checkout@main
37
+ - uses : actions/checkout@v2
38
38
- name : Setup dotnet
39
39
uses : actions/setup-dotnet@v1
40
40
with :
45
45
Authentication for nuget feeds:
46
46
` ` ` yaml
47
47
steps :
48
- - uses : actions/checkout@main
48
+ - uses : actions/checkout@v2
49
49
# Authenticates packages to push to GPR
50
- - uses : actions/setup-dotnet@v1
50
+ - uses : actions/setup-dotnet@v1.5.0
51
51
with :
52
52
dotnet-version : ' 3.1.x' # SDK Version to use.
53
53
source-url : https://nuget.pkg.github.com/<owner>/index.json
You can’t perform that action at this time.
0 commit comments