From 0671c1c92c26bd23a422de6b8c6d8beeabb0f2db Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 15 Jul 2020 17:33:43 +1000 Subject: Add WixBuildTools.TestSupport.Native.nupkg. --- appveyor.cmd | 8 ++++++- .../WixBuildTools.TestSupport.Native.nuspec | 26 ++++++++++++++++++++++ .../WixBuildTools.TestSupport.Native.vcxproj | 25 +++++++++++++++++++++ .../packages.config | 4 ++++ 4 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec diff --git a/appveyor.cmd b/appveyor.cmd index e0dfe33f..9fa5e330 100644 --- a/appveyor.cmd +++ b/appveyor.cmd @@ -1,7 +1,13 @@ @setlocal @pushd %~dp0 -dotnet pack -c Release +nuget restore || exit /b + +dotnet pack -c Release src\WixBuildTools.MsgGen\WixBuildTools.MsgGen.csproj || exit /b +dotnet pack -c Release src\WixBuildTools.TestSupport\WixBuildTools.TestSupport.csproj || exit /b +dotnet pack -c Release src\WixBuildTools.XsdGen\WixBuildTools.XsdGen.csproj || exit /b + +msbuild -p:Configuration=Release -t:PackNativeNuget src\WixBuildTools.TestSupport.Native\WixBuildTools.TestSupport.Native.vcxproj || exit /b @popd @endlocal \ No newline at end of file diff --git a/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec b/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec new file mode 100644 index 00000000..2852826b --- /dev/null +++ b/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.nuspec @@ -0,0 +1,26 @@ + + + + $id$ + $version$ + $authors$ + $authors$ + MS-RL + https://github.com/wixtoolset/WixBuildTools + false + $description$ + $copyright$ + + + + + + + + + + + + + + diff --git a/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj b/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj index 9f58a0bd..cc529577 100644 --- a/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj +++ b/src/WixBuildTools.TestSupport.Native/WixBuildTools.TestSupport.Native.vcxproj @@ -4,6 +4,9 @@ + + + Debug @@ -22,9 +25,16 @@ DynamicLibrary Unicode true + WixBuildTools C++/CLI Test Support + + + + + + @@ -57,4 +67,19 @@ + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + + + \ No newline at end of file diff --git a/src/WixBuildTools.TestSupport.Native/packages.config b/src/WixBuildTools.TestSupport.Native/packages.config index b62d37e6..851d559b 100644 --- a/src/WixBuildTools.TestSupport.Native/packages.config +++ b/src/WixBuildTools.TestSupport.Native/packages.config @@ -3,6 +3,10 @@ + + + + -- cgit v1.2.3-55-g6feb