From a51c357b08726cb58570d73deb3c6ee1e3bd726c Mon Sep 17 00:00:00 2001 From: Hasso Date: Thu, 8 Dec 2022 13:37:36 -0600 Subject: [PATCH] Revert "Remove NuGet.targets" (I got too excited) This reverts commit 8cb1a0678ae89bb08b8fa0353199d6228089d25e. --- src/Installer/ChorusMergeModule.wixproj | 3 +- src/Installer/NuGet.targets | 64 +++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 src/Installer/NuGet.targets diff --git a/src/Installer/ChorusMergeModule.wixproj b/src/Installer/ChorusMergeModule.wixproj index 0c02c04c..5acf2c89 100644 --- a/src/Installer/ChorusMergeModule.wixproj +++ b/src/Installer/ChorusMergeModule.wixproj @@ -31,6 +31,7 @@ + @@ -40,7 +41,7 @@ $([System.DateTime]::Now.ToString(yyyy)) - + diff --git a/src/Installer/NuGet.targets b/src/Installer/NuGet.targets new file mode 100644 index 00000000..9252fffc --- /dev/null +++ b/src/Installer/NuGet.targets @@ -0,0 +1,64 @@ + + + + $(MSBuildThisFileDirectory) + + + $(NuGetToolsPath)nuget.exe + + "$(NuGetExePath)" + mono $(NuGetExePath) + https://dist.nuget.org/win-x86-commandline/latest/nuget.exe + + + + + + + + + + + + + + + + + + + + + + + + + + + + +