diff --git a/build/package/winget/.config/dotnet-tools.json b/build/package/winget/.config/dotnet-tools.json new file mode 100644 index 0000000000..6d50916bb0 --- /dev/null +++ b/build/package/winget/.config/dotnet-tools.json @@ -0,0 +1,12 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "wix": { + "version": "4.0.1", + "commands": [ + "wix" + ] + } + } +}