Skip to content

Commit 803f7ce

Browse files
author
Iain Scott
committed
Fixed path in Jenkinsfile.
1 parent 425508c commit 803f7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ node {
2222
}
2323

2424
stage("Publish") {
25-
dir("src\\Winton.DomainModelling.Abstractions.Tests\\bin") {
25+
dir("src\\Winton.DomainModelling.Abstractions\\bin") {
2626
bat("dotnet nuget push **\\*.nupkg --source https://packages/repository/nuget-hosted-libs/")
2727
}
2828
}

0 commit comments

Comments
 (0)