change version, fix build.ln
ln.build - build0.waldrennach.l--n.de build job pending Details

master v0.6.0
Harald Wolff 2020-12-04 00:42:26 +01:00
parent bdef91992f
commit dceb2082b0
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"env": { "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" "CONFIGURATION": "Release"
}, },
"stages": [ "stages": [
@ -37,10 +37,10 @@
{ {
"name": "push", "name": "push",
"commands": [ "commands": [
"SH dotnet nuget push .build/ln.parse.*.nupkg -s $NUGET_SOURCE -k $NUGET_APIKEY" "SH for NUPKG in .build/*.nupkg; do dotnet nuget push $NUPKG -s $NUGET_SOURCE -k $NUGET_APIKEY; done",
], ],
"secrets": { "secrets": {
"NUGET_APIKEY": "key/nuget.l--n.de" "NUGET_APIKEY": "https://nexus.niclas-thobaben.de"
} }
} }
] ]

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework> <TargetFramework>netcoreapp3.1</TargetFramework>
<Version>0.0.6-test</Version> <Version>0.6.0</Version>
<Authors>Harald Wolff-Thobaben</Authors> <Authors>Harald Wolff-Thobaben</Authors>
<Company>l--n.de</Company> <Company>l--n.de</Company>
</PropertyGroup> </PropertyGroup>