commit 7a729faea5eec61b9679318d02e3e2ec95045228
parent 5a0d8aa0bc1197f656a5c315427a6bd061fdf8c5
Author: JohnMcPMS <johnmcp@microsoft.com>
Date: Thu, 8 Aug 2024 15:09:08 -0700
Fix the actual problem with the build... (#4719)
## Change
While the previous solution change was indeed relevant, the actual build
problem was that the new project was set to build when in the Fuzzing
configuration when it shouldn't have. That's what I get for jumping to
conclusions...
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/AppInstallerCLI.sln b/src/AppInstallerCLI.sln
@@ -1222,9 +1222,8 @@ Global
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Debug|x64.Build.0 = Debug|x64
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Debug|x86.ActiveCfg = Debug|Win32
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Debug|x86.Build.0 = Debug|Win32
- {0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Fuzzing|ARM64.ActiveCfg = ReleaseStatic|ARM64
- {0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Fuzzing|x64.ActiveCfg = ReleaseStatic|x64
- {0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Fuzzing|x64.Build.0 = ReleaseStatic|x64
+ {0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Fuzzing|ARM64.ActiveCfg = Release|ARM64
+ {0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Fuzzing|x64.ActiveCfg = Release|x64
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.Fuzzing|x86.ActiveCfg = Release|Win32
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.PowerShell|ARM64.ActiveCfg = ReleaseStatic|ARM64
{0BA531C8-CF0C-405B-8221-0FE51BA529D1}.PowerShell|ARM64.Build.0 = ReleaseStatic|ARM64