Skip to content

Commit 8f75ba8

Browse files
authored
Merge pull request #188 from smoogipoo/prerelease
Include pre-release assets in generating deltas
2 parents e28c5c3 + 8705a42 commit 8f75ba8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Uploaders/VelopackUploader.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ public override void RestoreBuild()
3535
+ $" --repoUrl=\"{Program.GitHubRepoUrl}\""
3636
+ $" --token=\"{Program.GitHubAccessToken}\""
3737
+ $" --channel=\"{channel}\""
38-
+ $" --outputDir=\"{Program.ReleasesPath}\"",
38+
+ $" --outputDir=\"{Program.ReleasesPath}\""
39+
+ " --pre",
3940
throwIfNonZero: false,
4041
useSolutionPath: false);
4142
}

0 commit comments

Comments
 (0)