Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit cd9b052

Browse files
+ core script fix
1 parent cf5996e commit cd9b052

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SubPointSolutions.CakeBuildTools/Scripts/SubPointSolutions.CakeBuild.Core.cake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,9 @@ var defaultActionAPINuGetPublishing = Task("Action-API-NuGet-Publishing")
641641

642642
if(String.IsNullOrEmpty(feedKeyValue))
643643
throw new Exception(String.Format("environment variable is null or empty:[{0}]", feedKeyVariableName));
644+
645+
nugetSource = feedSourceValue;
646+
nugetKey = feedKeyValue;
644647
}
645648

646649
Information("Publishing NuGet packages to repository: [{0}]", new []{

0 commit comments

Comments
 (0)