Skip to content

Commit 04af763

Browse files
committed
add version
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent db82f4d commit 04af763

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/wf_build-and-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
key: ${{ runner.os }}-v0-nuget-${{ hashFiles('**/*.csproj','Directory.Packages.props') }}
2727
restore-keys: |
2828
${{ runner.os }}-v0-nuget-
29-
- name: Version
29+
- name: Dotnet Version
3030
run: dotnet --version
3131
- name: Build (Debug)
3232
run: dotnet build ${{ github.workspace }}\Build.csproj
@@ -65,6 +65,8 @@ jobs:
6565
key: ${{ runner.os }}-v0-nuget-${{ hashFiles('**/*.csproj','Directory.Packages.props') }}
6666
restore-keys: |
6767
${{ runner.os }}-v0-nuget-
68+
- name: Dotnet Version
69+
run: dotnet --version
6870
- name: Build (Debug)
6971
run: dotnet build ${{ github.workspace }}/Build.csproj
7072
- name: Verify

0 commit comments

Comments
 (0)