Skip to content

Commit

Permalink
chore: udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
wenytang-ms-123 committed Aug 19, 2021
1 parent 65db051 commit 9ba100e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
- uses: actions/checkout@v1
- name: Add GPR Source using nuget.exe
run: nuget sources add -name "GPR" -Source https://nuget.pkg.github.com/wenytang-ms-123/index.json -Username wenytang-ms-123 -Password ${{ secrets.NUGET_PAT }}

- name: build nuget
run: |
dotnet build --configuration Release
dotnet pack
working-directory: ./packages/simpleauth
- name: release nuget
run: |
nuget push release\Microsoft.TeamsFx.SimpleAuth.0.1.0.nupkg -source "GPR" -SkipDuplicate
nuget push src\TeamsFxSimpleAuth\bin\Release\Microsoft.TeamsFx.SimpleAuth.0.1.0.nupkg -source "GPR" -SkipDuplicate
working-directory: ./packages/simpleauth

0 comments on commit 9ba100e

Please sign in to comment.