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 09677b1 commit 1e3a959Copy full SHA for 1e3a959
src/CommandLine/CommandLine.csproj
@@ -152,7 +152,7 @@
152
-->
153
<Target Name="BeforeBuild" DependsOnTargets="PaketInstall">
154
</Target>
155
- <Target Name="BootstrapPaket" Condition="!Exists('$(SolutionDir).paket/paket.bootstrapper.exe)')">
+ <Target Name="BootstrapPaket" Condition="Exists('$(SolutionDir).paket/paket.bootstrapper.exe')">
156
<Exec Command="$(SolutionDir).paket/paket.bootstrapper.exe" />
157
158
<Target Name="PaketInstall" DependsOnTargets="BootstrapPaket" Condition="!Exists('$(SolutionDir)paket-files')">
0 commit comments