Skip to content

Commit cc021b8

Browse files
committed
Merge branch 'main' of github.com:microsoft/pict into main
2 parents 73479d4 + 376a1e6 commit cc021b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MSBuild
1+
name: Publish a NuGet package
22

33
on: [push]
44

@@ -37,4 +37,4 @@ jobs:
3737
run: dotnet nuget add source --username jaccz --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name pict "https://nuget.pkg.github.com/microsoft/index.json"
3838

3939
- name: Publish the package
40-
run: dotnet nuget push "Microsoft.Test.Pict.3.7.0.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "pict"
40+
run: dotnet nuget push "Microsoft.Test.Pict.*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source "pict" --skip-duplicate

0 commit comments

Comments
 (0)