We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db82f4d commit 04af763Copy full SHA for 04af763
.github/workflows/wf_build-and-test.yaml
@@ -26,7 +26,7 @@ jobs:
26
key: ${{ runner.os }}-v0-nuget-${{ hashFiles('**/*.csproj','Directory.Packages.props') }}
27
restore-keys: |
28
${{ runner.os }}-v0-nuget-
29
- - name: Version
+ - name: Dotnet Version
30
run: dotnet --version
31
- name: Build (Debug)
32
run: dotnet build ${{ github.workspace }}\Build.csproj
@@ -65,6 +65,8 @@ jobs:
65
66
67
68
69
+ run: dotnet --version
70
71
run: dotnet build ${{ github.workspace }}/Build.csproj
72
- name: Verify
0 commit comments