Skip to content

Commit

Permalink
Merge branch 'release/3.0.0.20230726'
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Jul 26, 2023
2 parents 3c2738d + f260914 commit c782e58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ BuildParameters.SetParameters(
wyamTheme: "Samson",
shouldPublishDocumentation: StringComparer.OrdinalIgnoreCase.Equals("master", AppVeyor.Environment.Repository.Branch));

ToolSettings.SetToolPreprocessorDirectives(
kuduSyncGlobalTool: "#tool dotnet:https://pkgs.dev.azure.com/cake-contrib/Home/_packaging/addins/nuget/v3/index.json?package=KuduSync.Tool&version=1.5.4-g13cb5857b6");

BuildParameters.PrintParameters(Context);

//////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit c782e58

Please sign in to comment.