We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8900cd8 + 97fa03d commit 59500e6Copy full SHA for 59500e6
1 file changed
content/actions/guides/building-and-testing-net.md
@@ -44,7 +44,7 @@ jobs:
44
- name: Setup .NET Core SDK ${{ matrix.dotnet }}
45
uses: actions/setup-dotnet@v1.6.0
46
with:
47
- dotnet-version: {{ matrix.dotnet-version }}
+ dotnet-version: ${{ matrix.dotnet-version }}
48
- name: Install dependencies
49
run: dotnet restore
50
- name: Build
0 commit comments