Skip to content

Commit

Permalink
(build) Turn off the usage of Transifex
Browse files Browse the repository at this point in the history
We need to update to use the latest Transifex API, as the current calls
to it are no longer supported.
  • Loading branch information
gep13 committed Feb 17, 2023
1 parent d0a138e commit 9036366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ BuildParameters.SetParameters(context: Context,
getFilesToSign: getFilesToSign,
getMsisToSign: getMsisToSign,
shouldBuildMsi: true,
strongNameDependentAssembliesInputPath: string.Format("{0}{1}", ((FilePath)("./Source")).FullPath, "\\packages\\Splat*"));
strongNameDependentAssembliesInputPath: string.Format("{0}{1}", ((FilePath)("./Source")).FullPath, "\\packages\\Splat*"),
shouldRunTransifex: false);

ToolSettings.SetToolSettings(context: Context);

Expand Down

0 comments on commit 9036366

Please sign in to comment.