Skip to content

Commit 24ec5db

Browse files
committed
Removed nuget username from appveyor config.
1 parent 0138038 commit 24ec5db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ deploy:
6464
- provider: NuGet
6565
server: https://nuget.pkg.github.com/sipsorcery/index.json
6666
artifact: /.*(\.|\.s)nupkg/
67-
username: sipsorcery
6867
api_key:
6968
secure: E58r+OknoQn8+bsPRT6l3U2K4kfOpDiGCo1C75LkVg+R/RBHpY//J8UCXEfVvyRB
7069
on:

global.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"sdk": {
3+
"version": "6.0.100",
4+
"rollForward": "latestMajor"
5+
}
6+
}

0 commit comments

Comments
 (0)