Skip to content

Commit 1e3a959

Browse files
author
Dmitri Davydok
committed
Fix typo in the BootstrapPaket target
1 parent 09677b1 commit 1e3a959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommandLine/CommandLine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
-->
153153
<Target Name="BeforeBuild" DependsOnTargets="PaketInstall">
154154
</Target>
155-
<Target Name="BootstrapPaket" Condition="!Exists('$(SolutionDir).paket/paket.bootstrapper.exe)')">
155+
<Target Name="BootstrapPaket" Condition="Exists('$(SolutionDir).paket/paket.bootstrapper.exe')">
156156
<Exec Command="$(SolutionDir).paket/paket.bootstrapper.exe" />
157157
</Target>
158158
<Target Name="PaketInstall" DependsOnTargets="BootstrapPaket" Condition="!Exists('$(SolutionDir)paket-files')">

0 commit comments

Comments
 (0)