Configure NuGet source to publish packages
This commit is contained in:
parent
c3b1045079
commit
428c414f7a
1 changed files with 1 additions and 0 deletions
|
@ -119,5 +119,6 @@ class Build : NukeBuild
|
|||
.DependsOn(Pack, AddNugetSource)
|
||||
.Executes(() => DotNetPublish(s => s
|
||||
.EnableNoRestore()
|
||||
.SetSources(NuGetSourceName)
|
||||
.SetConfiguration(Configuration)));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue