Skip to content

Commit c25a3c7

Browse files
author
Matthew Thornton
committed
Fix publish step in Jenkinfile.
1 parent 05c2513 commit c25a3c7

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ node {
2323
}
2424

2525
stage("Publish") {
26-
dir("src\\Winton.DomainModelling.Abstractions\\bin") {
27-
bat("dotnet nuget push **\\*.nupkg --source https://packages/repository/nuget-hosted-libs/")
28-
}
26+
bat("dotnet nuget push **\\*.nupkg --source https://packages/repository/nuget-hosted-libs/")
2927
}
3028

3129
stage("Archive") {

src/Winton.DomainModelling.AspNetCore/Winton.DomainModelling.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<GetVersion>False</GetVersion>
1010
<NoWarn>$(NoWarn);SA0001;SA1101;SA1309;SA1413;SA1633;SA1652</NoWarn>
1111
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
12-
<PackageTags>Winton, AspNetCore, ASP, .NET, Core, App</PackageTags>
12+
<PackageTags>Winton, AspNetCore, ASP, .NET, Core, Domain, Modelling</PackageTags>
1313
<PackageVersion>$(NuGetVersion)</PackageVersion>
1414
<TargetFramework>netcoreapp2.0</TargetFramework>
1515
<Title>Winton Domain Modelling ASP.NET Core</Title>

0 commit comments

Comments
 (0)