File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<!-- Warning! This file contains important customizations. Using Visual Studio to edit project's properties might break things. -->
4
4
<!-- Props file -->
45
45
</PropertyGroup >
46
46
<Target Name =" ImportSSL" Condition =" $(SSLAvail)" >
47
47
<!-- import cacert into certmgr -->
48
- <Exec Command =" CertMgr /add $(SSLCertsDir)/testca/cacert.cer /s root" />
48
+ <!-- <Exec Command="certmgr -c -add -s $(SSLCertsDir)\testca\cacert.cer -r localMachine Root" /> -->
49
+ <Exec Command =" certutil -addstore Root $(SSLCertsDir)\testca\cacert.cer" />
49
50
</Target >
50
51
<!-- Decide whether we need to set TEMP under mono -->
51
52
<PropertyGroup >
144
145
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
145
146
<!-- Custom BeforeClean -->
146
147
<Target Name =" BeforeClean" DependsOnTargets =" CleanTestResults" />
147
- </Project >
148
+ </Project >
You can’t perform that action at this time.
0 commit comments