diff options
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index a41f8c19..5d738995 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -4,12 +4,12 @@ | |||
4 | 4 | ||
5 | nuget restore | 5 | nuget restore |
6 | 6 | ||
7 | dotnet build -c Release src\test\WixToolsetTest.BuildTasks | 7 | dotnet test -c Release src\test\WixToolsetTest.BuildTasks |
8 | dotnet build -c Release src\test\WixToolsetTest.WixCop | 8 | dotnet test -c Release src\test\WixToolsetTest.WixCop |
9 | 9 | ||
10 | dotnet publish -c Release -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix | 10 | dotnet publish -c Release -o %_P%\dotnet-wix\ -f netcoreapp2.1 src\wix |
11 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\net461\ -f net461 src\WixToolset.BuildTasks | 11 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\net461\ -f net461 src\WixToolset.BuildTasks |
12 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\netcoreapp2.1\ -f netcoreapp2.1 src\WixToolset.BuildTasks | 12 | dotnet publish -c Release -o %_P%\WixToolset.MSBuild\netstandard2.0\ -f netstandard2.0 src\WixToolset.BuildTasks |
13 | 13 | ||
14 | @rem dotnet publish -c Release -o %_P%\netcoreapp2.1 -r win-x86 src\wix | 14 | @rem dotnet publish -c Release -o %_P%\netcoreapp2.1 -r win-x86 src\wix |
15 | @rem dotnet publish -c Release -o %_P%\net461 -r win-x86 src\light | 15 | @rem dotnet publish -c Release -o %_P%\net461 -r win-x86 src\light |