From e13aa79efe75aa0c4d2cfd6907f8ef3ae5a9a95d Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 2 Jul 2023 03:43:36 -0400 Subject: [PATCH] Add Wix dotnet-tools.json --- build/package/winget/.config/dotnet-tools.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build/package/winget/.config/dotnet-tools.json 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" + ] + } + } +}