diff options
Diffstat (limited to '')
-rw-r--r-- | appveyor.cmd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index d18c8df8..ec97f0b6 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -2,6 +2,8 @@ | |||
2 | @pushd %~dp0 | 2 | @pushd %~dp0 |
3 | @set _P=%~dp0build\Release\publish | 3 | @set _P=%~dp0build\Release\publish |
4 | 4 | ||
5 | nuget restore | ||
6 | |||
5 | dotnet build -c Release src\test\WixToolsetTest.BuildTasks | 7 | dotnet build -c Release src\test\WixToolsetTest.BuildTasks |
6 | dotnet build -c Release src\test\WixToolsetTest.WixCop | 8 | dotnet build -c Release src\test\WixToolsetTest.WixCop |
7 | 9 | ||
@@ -15,7 +17,9 @@ dotnet publish -c Release -o %_P%\WixToolset.MSBuild\netcoreapp2.1\ -f netcoreap | |||
15 | 17 | ||
16 | dotnet pack -c Release src\dotnet-wix | 18 | dotnet pack -c Release src\dotnet-wix |
17 | dotnet pack -c Release src\WixToolset.MSBuild | 19 | dotnet pack -c Release src\WixToolset.MSBuild |
18 | @rem dotnet pack -c Release src\WixToolset.Core.InternalPackage | 20 | |
21 | @rem Enable this build when WixToolset.Core is fixed to build the setup code correctly. | ||
22 | @rem msbuild -p:Configuration=Release .\src\ThmViewerPackage\ThmViewerPackage.wixproj | ||
19 | 23 | ||
20 | @popd | 24 | @popd |
21 | @endlocal | 25 | @endlocal |