Skip to content

Commit c7005e8

Browse files
authored
Updated GitHub actions
1 parent ebb2e7d commit c7005e8

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,23 @@ jobs:
1111
runs-on: windows-2019
1212

1313
steps:
14-
- uses: actions/checkout@v3
15-
16-
- name: Setup .NET
17-
uses: actions/setup-dotnet@v3
18-
with:
19-
dotnet-version: 6.0.x
20-
21-
- name: Setup NuGet
22-
uses: NuGet/setup-nuget@v1.2.0
23-
24-
- name: Restore dependencies
25-
run: dotnet restore
14+
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
17+
18+
- name: Setup .NET
19+
uses: actions/setup-dotnet@v4
20+
with:
21+
dotnet-version: 6.0.x
22+
23+
- name: Setup NuGet
24+
uses: NuGet/setup-nuget@v2.0.1
25+
26+
- name: Restore dependencies
27+
run: dotnet restore
2628

27-
- name: Build
28-
run: dotnet build --configuration Release
29+
- name: Build
30+
run: dotnet build --configuration Release
2931

30-
- name: Test
31-
run: dotnet test --logger "trx;LogFileName=test-results.trx" || true
32+
- name: Test
33+
run: dotnet test --logger "trx;LogFileName=test-results.trx" || true

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy