Updated build.ln
ln.build - build0.waldrennach.l--n.de build job pending Details

master
Harald Wolff 2020-12-08 09:32:33 +01:00
parent 134875c41c
commit 377a8a16b9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"env": {
"NUGET_SOURCE": "http://nuget.l--n.de/nuget/l--n/v3/index.json",
"NUGET_SOURCE": "https://nexus.niclas-thobaben.de/repository/l--n.de/",
"CONFIGURATION": "Release"
},
"stages": [
@ -40,7 +40,7 @@
"SH dotnet nuget push .build/ln.templates.*.nupkg -s $NUGET_SOURCE -k $NUGET_APIKEY"
],
"secrets": {
"NUGET_APIKEY": "key/nuget.l--n.de"
"NUGET_APIKEY": "https://nexus.niclas-thobaben.de"
}
}
]