| 123456789101112131415161718 |
- #**************************************************************************#
- #** QUADARAX DEPLOYMENT SCRIPTS **#
- #** File: 001_settings.ps1 **#
- #** Description: Defines project related constants and settings. This **#
- #** script is loaded inside 000 script **#
- #** Version: 1.0. **#
- #** Updated: 24.7.2019 **#
- #**************************************************************************#
- if ($settingsWasLoaded -eq $true)
- {
- }
- $settingsWasLoaded = $true
- Write-Host "Settings was loaded succesfully." -ForegroundColor DarkGray
|