Skip to content

Commit

Permalink
Use AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Jan 10, 2024
1 parent a211315 commit 9286cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- '*'

env:
VERSION: ${{ github.run_number }}
VERSION: ${{ github.run_number }}

jobs:
build:
Expand Down Expand Up @@ -60,5 +60,5 @@ jobs:

- name: Publish NuGet
if: startsWith(github.ref, 'refs/heads/master')
run: dotnet nuget push **\*.nupkg --source "github" --skip-duplicate
run: dotnet nuget push **\*.nupkg --source https://ci.appveyor.com/nuget/erikej/api/v2/package --api-key ${{ secrets.APPVEYOR_NUGET_TOKEN }} --skip-duplicate

0 comments on commit 9286cb2

Please sign in to comment.