Skip to content

Commit

Permalink
Merge branch 'main' of github.com:microsoft/pict into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jaccz committed Oct 23, 2021
2 parents 73479d4 + 376a1e6 commit cc021b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MSBuild
name: Publish a NuGet package

on: [push]

Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
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"

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

0 comments on commit cc021b8

Please sign in to comment.