Skip to content

Commit 1d1bd98

Browse files
committed
add multi sdk
1 parent d1a7eae commit 1d1bd98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ on:
1212

1313
jobs:
1414
build:
15-
uses: mycsharp/github-actions/.github/workflows/dotnet-nuget-build.yml@main
15+
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"]'
1819
secrets:
1920
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)