diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-07-15 17:33:43 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-07-16 16:40:52 +1000 |
commit | 0671c1c92c26bd23a422de6b8c6d8beeabb0f2db (patch) | |
tree | 7480f768e285c890133bdcb4befd74a3fa643569 /appveyor.cmd | |
parent | 64deb692cd9f690e3ce5560530fe93d7f0e3cd67 (diff) | |
download | wix-0671c1c92c26bd23a422de6b8c6d8beeabb0f2db.tar.gz wix-0671c1c92c26bd23a422de6b8c6d8beeabb0f2db.tar.bz2 wix-0671c1c92c26bd23a422de6b8c6d8beeabb0f2db.zip |
Add WixBuildTools.TestSupport.Native.nupkg.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index e0dfe33f..9fa5e330 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -1,7 +1,13 @@ | |||
1 | @setlocal | 1 | @setlocal |
2 | @pushd %~dp0 | 2 | @pushd %~dp0 |
3 | 3 | ||
4 | dotnet pack -c Release | 4 | nuget restore || exit /b |
5 | |||
6 | dotnet pack -c Release src\WixBuildTools.MsgGen\WixBuildTools.MsgGen.csproj || exit /b | ||
7 | dotnet pack -c Release src\WixBuildTools.TestSupport\WixBuildTools.TestSupport.csproj || exit /b | ||
8 | dotnet pack -c Release src\WixBuildTools.XsdGen\WixBuildTools.XsdGen.csproj || exit /b | ||
9 | |||
10 | msbuild -p:Configuration=Release -t:PackNativeNuget src\WixBuildTools.TestSupport.Native\WixBuildTools.TestSupport.Native.vcxproj || exit /b | ||
5 | 11 | ||
6 | @popd | 12 | @popd |
7 | @endlocal \ No newline at end of file | 13 | @endlocal \ No newline at end of file |