Skip to content

Commit 96bf129

Browse files
authored
Fixed matrix.dotnet-version key (#15550)
1 parent 881e622 commit 96bf129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/automating-builds-and-tests/building-and-testing-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
strategy:
8787
matrix:
88-
dotnet: [ '3.0', '3.1.x', '5.0.x' ]
88+
dotnet-version: [ '3.0', '3.1.x', '5.0.x' ]
8989
9090
steps:
9191
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)