summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-02-26 18:49:42 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-02-26 18:49:42 +0100
commitef59e5b721f09837a695dfc0f1f32b9effe70cf5 (patch)
treea6f163d615f07ac7f98bc80c8a3a8dc0ede0acb5 /azure-pipelines.yml
parent7af70adffc4ecadfe788dbeb8168b9021a58080e (diff)
downloadATCD-ef59e5b721f09837a695dfc0f1f32b9effe70cf5.tar.gz
Optional feature step should be using powershell
* azure-pipelines.yml:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 24f5a7843cc..d02f67f559b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -60,7 +60,7 @@ jobs:
echo "ssl=1" | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
echo "versioned_namespace=1" | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
displayName: Create default.features file
- - script: |
+ - powershell: |
echo $(OptionalFeatures) | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
displayName: Add optional features ($(OptionalFeatures))
condition: and(succeeded(), ne(variables['OptionalFeatures'], ''))