Skip to content

Commit

Permalink
Removed nuget username from appveyor config.
Browse files Browse the repository at this point in the history
  • Loading branch information
sipsorcery committed Nov 11, 2021
1 parent 0138038 commit 24ec5db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ deploy:
- provider: NuGet
server: https://nuget.pkg.github.com/sipsorcery/index.json
artifact: /.*(\.|\.s)nupkg/
username: sipsorcery
api_key:
secure: E58r+OknoQn8+bsPRT6l3U2K4kfOpDiGCo1C75LkVg+R/RBHpY//J8UCXEfVvyRB
on:
Expand Down
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "6.0.100",
"rollForward": "latestMajor"
}
}

0 comments on commit 24ec5db

Please sign in to comment.