Skip to content

Commit c65ba8c

Browse files
committed
refactor ci.yml to use multiline format for dotnet versions
1 parent e947331 commit c65ba8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
uses: mycsharp/github-actions/.github/workflows/dotnet-nuget-build-multi-sdk.yml@main
1616
with:
1717
configuration: Release
18-
dotnet_sdks: "['8.x', '9.x', '10.x']"
18+
dotnet-versions: |
19+
8.x
20+
9.x
21+
10.x
22+
1923
secrets:
2024
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)