We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e28c5c3 + 8705a42 commit 8f75ba8Copy full SHA for 8f75ba8
1 file changed
Uploaders/VelopackUploader.cs
@@ -35,7 +35,8 @@ public override void RestoreBuild()
35
+ $" --repoUrl=\"{Program.GitHubRepoUrl}\""
36
+ $" --token=\"{Program.GitHubAccessToken}\""
37
+ $" --channel=\"{channel}\""
38
- + $" --outputDir=\"{Program.ReleasesPath}\"",
+ + $" --outputDir=\"{Program.ReleasesPath}\""
39
+ + " --pre",
40
throwIfNonZero: false,
41
useSolutionPath: false);
42
}
0 commit comments