This commit is contained in:
Benjamin Höglinger-Stelzer
2020-09-14 10:23:16 +02:00
parent 783c123e83
commit 75a56f347a

View File

@@ -15,7 +15,7 @@
<?define WixQuietExec="WixQuietExec"?>
<?endif ?>
<!-- change build flow of running under CI -->
<!-- change build flow if running under CI -->
<?ifdef env.APPVEYOR?>
<?define IsCI = "yes" ?>
<?else ?>