There was an error while loading. Please reload this page.
1 parent ac3b3c9 commit 22b47d7Copy full SHA for 22b47d7
1 file changed
.github/workflows/ci-build.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Setup .NET Core
11
uses: actions/setup-dotnet@v1
12
with:
13
- dotnet-version: 7.0.x
+ dotnet-version: 8.0.x
14
- name: Restore
15
working-directory: dotNet
16
run: dotnet restore TaskLogging.sln
@@ -21,4 +21,10 @@ jobs:
21
22
run: dotnet build --no-restore -c Release TaskLogging.sln
23
env:
24
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
+ DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
25
+
26
+ - name: Test
27
+ working-directory: dotNet
28
+ run: dotnet test TaskLogging.sln --no-build -c Release
29
+ env:
30
0 commit comments