diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 16:18:36 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-24 20:45:05 +1000 |
commit | 57fc25f5bf81dcc5edbf1b1e7c331dde8fe4578f (patch) | |
tree | 3b681b61a141f1aa668d856cfc6f98f6fc856e83 /appveyor.cmd | |
parent | 69ed2c07285729b55a0a26adcf19ce684c437a44 (diff) | |
download | wix-57fc25f5bf81dcc5edbf1b1e7c331dde8fe4578f.tar.gz wix-57fc25f5bf81dcc5edbf1b1e7c331dde8fe4578f.tar.bz2 wix-57fc25f5bf81dcc5edbf1b1e7c331dde8fe4578f.zip |
Merge the native nupkg into the Mba.Core nupkg.
Manually author the repository element in the nupkg for SourceLink.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
22 | msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b | 22 | msbuild -t:Pack -p:Configuration=%_C% src\balutil\balutil.vcxproj || exit /b |
23 | msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b | 23 | msbuild -t:Pack -p:Configuration=%_C% src\bextutil\bextutil.vcxproj || exit /b |
24 | msbuild -t:Pack -p:Configuration=%_C% src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b | 24 | msbuild -t:Pack -p:Configuration=%_C% src\WixToolset.Mba.Core\WixToolset.Mba.Core.csproj || exit /b |
25 | msbuild -t:Pack -p:Configuration=%_C% src\mbanative\mbanative.vcxproj || exit /b | ||
26 | 25 | ||
27 | @popd | 26 | @popd |
28 | @endlocal \ No newline at end of file | 27 | @endlocal \ No newline at end of file |