From a6d943fc8366ff8135d3a15960da4edaf10e0094 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 6 Jul 2022 10:21:17 -0700 Subject: Detect when Restore is required for a .wixproj to build Closes 6701 --- src/wix/WixToolset.Sdk/tools/wix.targets | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/wix/WixToolset.Sdk/tools/wix.targets b/src/wix/WixToolset.Sdk/tools/wix.targets index 247e0dd2..0e50ad0d 100644 --- a/src/wix/WixToolset.Sdk/tools/wix.targets +++ b/src/wix/WixToolset.Sdk/tools/wix.targets @@ -215,6 +215,7 @@ BeforeResolveReferences; AssignProjectConfiguration; + _ValidateProjectAssetsFile; ResolveProjectReferences; FindInvalidProjectReferences; ResolveNativeProjectReferences; @@ -226,6 +227,27 @@ + + + + + + + + -- cgit v1.2.3-55-g6feb