Commit 63fc819 1 parent ca34e46 commit 63fc819 Copy full SHA for 63fc819
File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : windows-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
16
- - name : Setup .NET
17
- uses : actions/setup-dotnet@v1
18
- with :
19
- dotnet-version : 6.0.x
15
+ - uses : actions/checkout@v3
20
16
- name : Restore dependencies
21
17
run : dotnet restore
22
18
- name : Build
Original file line number Diff line number Diff line change @@ -15,15 +15,11 @@ jobs:
15
15
id : get_version
16
16
run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/releases\//}
17
17
shell : bash
18
- - uses : actions/checkout@v2
19
- - name : Setup .NET
20
- uses : actions/setup-dotnet@v1
21
- with :
22
- dotnet-version : 6.0.x
18
+ - uses : actions/checkout@v3
23
19
- name : Restore dependencies
24
20
run : dotnet restore
25
21
- name : Build
26
- run : dotnet build --no-restore -c Release .\ ProtobufDecoder.sln
22
+ run : dotnet build --no-restore -c Release ProtobufDecoder.sln
27
23
- name : Test
28
24
run : dotnet test --no-build --verbosity normal -c Release
29
25
- name : Add msbuild to PATH
You can’t perform that action at this time.
0 commit comments