Skip to content

Commit c15e1a4

Browse files
committed
#2 - Update pack output directory
1 parent 6ba231c commit c15e1a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.cake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ Task("Pack")
174174

175175
var settings = new DotNetCorePackSettings
176176
{
177+
OutputDirectory = "./BuildArtifacts",
177178
NoBuild = true,
178179
Configuration = configuration,
179180
ArgumentCustomization = (args) => args

0 commit comments

Comments
 (0)