Skip to content

Commit

Permalink
Merge branch 'hotfix/2.0.1'
Browse files Browse the repository at this point in the history
* hotfix/2.0.1:
  (#81) Consume KuduSync tool from Azure Artifacts
  • Loading branch information
gep13 committed Aug 3, 2023
2 parents a2bd6da + b80875f commit 528ece0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cake.Wyam.Recipe/Content/toolsettings.cake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static class ToolSettings
string wyamTool = "#tool nuget:?package=Wyam&version=2.2.9",
string wyamGlobalTool = "#tool dotnet:?package=Wyam.Tool&version=2.2.9",
// This is using an unofficial build of kudusync so that we can have a .Net Global tool version. This was generated from this PR: https://github.com/projectkudu/KuduSync.NET/pull/27
string kuduSyncGlobalTool = "#tool dotnet:https://www.myget.org/F/cake-contrib/api/v3/index.json?package=KuduSync.Tool&version=1.5.4-g3916ad7218"
string 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"
)
{
KuduSyncTool = kuduSyncTool;
Expand Down

0 comments on commit 528ece0

Please sign in to comment.