Skip to content

Commit

Permalink
Verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Sep 11, 2024
1 parent 64affad commit d01eb8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Uploaders/VelopackUploader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public override void PublishBuild(string version)
+ $" --mainExe=\"{applicationName}\""
+ $" --packDir=\"{stagingPath}\""
+ $" --channel=\"{channel}\""
+ " --verbose"
+ $" {extraArgs}",
useSolutionPath: false);

Expand Down

0 comments on commit d01eb8d

Please sign in to comment.