Skip to content

Commit

Permalink
馃敡 Try to force publishing nugets to preview
Browse files Browse the repository at this point in the history
  • Loading branch information
pleonex committed Aug 18, 2023
1 parent e77d7d3 commit bf668f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Task("Define-Project")
{
info.CoverageTarget = 99; // can't be 100 due to platform-specific code paths
info.WarningsAsErrors = false; // TEMP
info.BuildType = BuildType.Preview; // TEMP
info.AddLibraryProjects("Yarhl");
info.AddLibraryProjects("Yarhl.Media.Text");
Expand Down

0 comments on commit bf668f4

Please sign in to comment.