File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 62
62
- powershell : |
63
63
echo "xerces3=1" | out-file -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
64
64
echo "ssl=1" | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
65
+ echo "openssl11=1" | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
65
66
displayName: Create default.features file
66
67
- powershell : perl $(ACE_ROOT)/bin/mwc.pl -type vs2019 $(CIAO_ROOT)/CIAO_TAO_DAnCE.mwc -workers 4
67
68
displayName : Run script mwc.pl on $(CIAO_ROOT)/CIAO_TAO_DAnCE.mwc
@@ -108,6 +109,7 @@ jobs:
108
109
- powershell : |
109
110
echo "xerces3=1" | out-file -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
110
111
echo "ssl=1" | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
112
+ echo "openssl11=1" | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
111
113
displayName: Create default.features file
112
114
- powershell : perl $(ACE_ROOT)/bin/mwc.pl -type vs2017 $(CIAO_ROOT)/CIAO_TAO_DAnCE.mwc -workers 4
113
115
displayName : Run script mwc.pl on $(CIAO_ROOT)/CIAO_TAO_DAnCE.mwc
@@ -153,6 +155,7 @@ jobs:
153
155
- powershell : |
154
156
echo "xerces3=1" | out-file -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
155
157
echo "ssl=1" | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
158
+ echo "openssl11=1" | out-file -append -encoding ASCII $(ACE_ROOT)\bin\MakeProjectCreator\config\default.features
156
159
displayName: Create default.features file
157
160
- powershell : perl $(ACE_ROOT)/bin/mwc.pl -type vc14 $(CIAO_ROOT)/CIAO_TAO_DAnCE.mwc -workers 4
158
161
displayName : Run script mwc.pl on $(CIAO_ROOT)/CIAO_TAO_DAnCE.mwc
You can’t perform that action at this time.
0 commit comments