Skip to content

Commit

Permalink
tweak pack/push steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed May 12, 2021
1 parent 4eab45e commit 2d8dab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Test
run: dotnet test Build.csproj --no-build --verbosity normal -c Release -f net6.0
- name: Pack
run: dotnet pack Build.csproj --no-build --verbosity normal -c Release
run: dotnet pack src/Dapper.AOT/Dapper.AOT.csproj --no-build --verbosity normal -c Release
- name: Push
run: dotnet nuget push src/Dapper.AOT/bin/Release/${NBGV_SemVer2}.nupkg --source https://www.myget.org/F/dapper/api/v2/package --api-key ${MYGETAPIKEY}
run: dotnet nuget push src/Dapper.AOT/bin/Release/Dapper.AOT.${NBGV_SemVer2}.nupkg --source https://www.myget.org/F/dapper/api/v2/package --api-key ${MYGETAPIKEY}
env:
MYGETAPIKEY: ${{ secrets.MYGETAPIKEY }}

0 comments on commit 2d8dab9

Please sign in to comment.