From 57fc25f5bf81dcc5edbf1b1e7c331dde8fe4578f Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 24 Jun 2020 16:18:36 +1000 Subject: Merge the native nupkg into the Mba.Core nupkg. Manually author the repository element in the nupkg for SourceLink. --- appveyor.cmd | 1 - src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj | 2 +- src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec | 24 ++++++++++++++------- src/mbanative/mbanative.vcxproj | 5 ----- .../runtime.win.WixToolset.Mba.Core.nuspec | 25 ---------------------- 5 files changed, 17 insertions(+), 40 deletions(-) delete mode 100644 src/mbanative/runtime.win.WixToolset.Mba.Core.nuspec diff --git a/appveyor.cmd b/appveyor.cmd index 0ccdecc6..34f8beb0 100644 --- a/appveyor.cmd +++ b/appveyor.cmd @@ -22,7 +22,6 @@ dotnet test -c %_C% --no-build src\test\WixToolsetTest.Mba.Core\WixToolsetTest.M msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b msbuild -t:Pack -p:Configuration=%_C% src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b -msbuild -t:Pack -p:Configuration=%_C% src\mbanative\mbanative.vcxproj || exit /b @popd @endlocal \ No newline at end of file diff --git a/src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj b/src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj index 6c5f0050..5ffd617a 100644 --- a/src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj +++ b/src/WixToolset.Mba.Core/WixToolset.Mba.Core.csproj @@ -61,7 +61,7 @@ $(OutputPath) - Configuration=$(Configuration);Id=$(MSBuildThisFileName);Version=$(BuildVersionSimple);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description) + Id=$(MSBuildThisFileName);Version=$(BuildVersionSimple);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description);RepositoryCommit=$(SourceRevisionId);RepositoryType=$(RepositoryType);RepositoryUrl=$(PrivateRepositoryUrl) \ No newline at end of file diff --git a/src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec b/src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec index 95d229b6..3a9f05df 100644 --- a/src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec +++ b/src/WixToolset.Mba.Core/WixToolset.Mba.Core.nuspec @@ -1,25 +1,33 @@ - - + + $id$ $version$ - WiX Toolset Team - WiX Toolset Team + $authors$ + $authors$ MS-RL https://github.com/wixtoolset/balutil false $description$ $copyright$ - + - - - + + + + + + + + + + + diff --git a/src/mbanative/mbanative.vcxproj b/src/mbanative/mbanative.vcxproj index 737075e8..ef1616c3 100644 --- a/src/mbanative/mbanative.vcxproj +++ b/src/mbanative/mbanative.vcxproj @@ -50,7 +50,6 @@ Unicode mbanative mbanative.def - Native component of WixToolset.Mba.Core false @@ -91,10 +90,6 @@ - - - - diff --git a/src/mbanative/runtime.win.WixToolset.Mba.Core.nuspec b/src/mbanative/runtime.win.WixToolset.Mba.Core.nuspec deleted file mode 100644 index c95531da..00000000 --- a/src/mbanative/runtime.win.WixToolset.Mba.Core.nuspec +++ /dev/null @@ -1,25 +0,0 @@ - - - - $id$ - $version$ - WiX Toolset Team - WiX Toolset Team - MS-RL - https://github.com/wixtoolset/balutil - false - $description$ - $copyright$ - - - - - - - - - - - - - -- cgit v1.2.3-55-g6feb