diff options
author | Rob Mensching <rob@firegiant.com> | 2020-06-25 15:37:28 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-06-25 15:39:53 -0700 |
commit | 0e1b04018fc918d1a1c09a49363cb321cd68fe60 (patch) | |
tree | cd0ba2f6a7c3c678935098d4a8ec1837b73f1ad9 /appveyor.cmd | |
parent | acba90f005779fa03ee05c3c87148bb6141ba60e (diff) | |
download | wix-0e1b04018fc918d1a1c09a49363cb321cd68fe60.tar.gz wix-0e1b04018fc918d1a1c09a49363cb321cd68fe60.tar.bz2 wix-0e1b04018fc918d1a1c09a49363cb321cd68fe60.zip |
The Great Tuple to Symbol Rename (tm)
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 25eeca02..1b0040a3 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -3,10 +3,10 @@ | |||
3 | @set _P=%~dp0build\Release\publish | 3 | @set _P=%~dp0build\Release\publish |
4 | 4 | ||
5 | dotnet pack -c Release src\WixToolset.Converters || exit /b | 5 | dotnet pack -c Release src\WixToolset.Converters || exit /b |
6 | dotnet pack -c Release src\WixToolset.Converters.Tupleizer || exit /b | 6 | dotnet pack -c Release src\WixToolset.Converters.Symbolizer || exit /b |
7 | 7 | ||
8 | dotnet build -c Release src\test\WixToolsetTest.Converters || exit /b | 8 | dotnet build -c Release src\test\WixToolsetTest.Converters || exit /b |
9 | dotnet build -c Release src\test\WixToolsetTest.Converters.Tupleizer || exit /b | 9 | dotnet build -c Release src\test\WixToolsetTest.Converters.Symbolizer || exit /b |
10 | 10 | ||
11 | @popd | 11 | @popd |
12 | @endlocal | 12 | @endlocal |