We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e8b4a commit cfd9a37Copy full SHA for cfd9a37
cpp/msbuild/ice.proj
@@ -17,7 +17,7 @@
17
<Exec Command="powershell -ExecutionPolicy ByPass -Command "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12;(New-Object Net.WebClient).DownloadFile('$(NugetURL)', '$(NugetExe)')""/>
18
</Target>
19
20
- <Target Name="NuGetRestore" DependsOnTargets="GetNuGet" Condition="!Exists('$(IceHome)\cpp')">
+ <Target Name="NuGetRestore" DependsOnTargets="GetNuGet">
21
<Exec Command="$(NuGetExe) restore "$(MSBuildThisFileDirectory)..\C++ demos.sln""/>
22
23
0 commit comments