Skip to content

Commit 39dd150

Browse files
authored
repo sync
2 parents 26a7e84 + 912c472 commit 39dd150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/guides/building-and-testing-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- uses: actions/checkout@v2
51-
- name: Setup .NET Core SDK ${{ matrix.dotnet }}
51+
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
5252
uses: actions/setup-dotnet@v1.7.2
5353
with:
5454
dotnet-version: ${{ matrix.dotnet-version }}

0 commit comments

Comments
 (0)