We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425508c commit 803f7ceCopy full SHA for 803f7ce
Jenkinsfile
@@ -22,7 +22,7 @@ node {
22
}
23
24
stage("Publish") {
25
- dir("src\\Winton.DomainModelling.Abstractions.Tests\\bin") {
+ dir("src\\Winton.DomainModelling.Abstractions\\bin") {
26
bat("dotnet nuget push **\\*.nupkg --source https://packages/repository/nuget-hosted-libs/")
27
28
0 commit comments