Skip to content

Commit 59500e6

Browse files
authored
Merge pull request #2936 from patrickhuber/patch-1
Update building-and-testing-net.md
2 parents 8900cd8 + 97fa03d commit 59500e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup .NET Core SDK ${{ matrix.dotnet }}
4545
uses: actions/setup-dotnet@v1.6.0
4646
with:
47-
dotnet-version: {{ matrix.dotnet-version }}
47+
dotnet-version: ${{ matrix.dotnet-version }}
4848
- name: Install dependencies
4949
run: dotnet restore
5050
- name: Build

0 commit comments

Comments
 (0)