Skip to content

Commit a03d65f

Browse files
authored
Merge pull request #40 from NavneetHegde/UpdateWithNewExtensionUsingAI
Pack and Upload check for NET9 SDK
2 parents a2d77a6 + ac6c485 commit a03d65f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
run: dotnet test --configuration Release --no-build --verbosity normal -maxcpucount:1
3636

3737
- name: Pack
38+
if: matrix.dotnet-version == '9.x'
3839
run: dotnet pack --configuration Release --no-build --output ./nupkg
3940

40-
# Upload artifact for later publishing
4141
- name: Upload NuGet package
42+
if: matrix.dotnet-version == '9.x'
4243
uses: actions/upload-artifact@v4
4344
with:
4445
name: nupkg

0 commit comments

Comments
 (0)