chore(windows): detect teamcity CI for uncompressed msi

This commit is contained in:
Marc Durdin 2023-07-13 11:18:14 +07:00
parent 4af61a89bd
commit 759d23f7e0
2 changed files with 2 additions and 2 deletions

View file

@ -187,7 +187,7 @@ WIXLIGHTLINT= -sice:ICE82 -sice:ICE80
# for debug builds, we turn off compression because it is so hideously slow
WIXLIGHTCOMPRESSION=-dcl:none
!ELSE
!IF "$(VERSION_ENVIRONMENT)" == "test"
!IFDEF TEAMCITY_PR_NUMBER
# for test builds, we also turn off compression
WIXLIGHTCOMPRESSION=-dcl:none
!ELSE

View file

@ -210,7 +210,7 @@ WIXLIGHTLINT= -sice:ICE82 -sice:ICE80
# for debug builds, we turn off compression because it is so hideously slow
WIXLIGHTCOMPRESSION=-dcl:none
!ELSE
!IF "$(VERSION_ENVIRONMENT)" == "test"
!IFDEF TEAMCITY_PR_NUMBER
# for test builds, we also turn off compression
WIXLIGHTCOMPRESSION=-dcl:none
!ELSE