Skip to content

Commit

Permalink
Re-enable publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Nov 6, 2023
1 parent 240a709 commit baca527
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/publish_mstestx_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,14 @@ jobs:
with:
name: NuGet Packages
path: nupkg


#- name: Push MSTestX.TestAdapter to NuGet
# if: ${{ inputs.publish-adapter }}
# run: |
# dotnet nuget push nupkg\MSTestX.TestAdapter.*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
# dotnet nuget push nupkg\MSTestX.TestAdapter.*.snupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
#
#- name: Push MSTestX.UnitTestRunner to NuGet
# run: |
# dotnet nuget push nupkg\MSTestX.UnitTestRunner.*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
# dotnet nuget push nupkg\MSTestX.UnitTestRunner.*.snupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
- name: Push MSTestX.TestAdapter to NuGet
if: ${{ inputs.publish-adapter }}
run: |
dotnet nuget push nupkg\MSTestX.TestAdapter.*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
dotnet nuget push nupkg\MSTestX.TestAdapter.*.snupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
- name: Push MSTestX.UnitTestRunner to NuGet
run: |
dotnet nuget push nupkg\MSTestX.UnitTestRunner.*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
dotnet nuget push nupkg\MSTestX.UnitTestRunner.*.snupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org

0 comments on commit baca527

Please sign in to comment.