Skip to content

Commit

Permalink
chore: actually run the EnsurePrerequisitsRan target (#2989)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced authored Sep 2, 2024
1 parent f73f014 commit 08ad156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Playwright/Playwright.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<None Include="build\**" Pack="true" PackagePath="build" />
<None Include="..\Common\icon.png" Pack="true" Visible="false" PackagePath="icon.png" />
</ItemGroup>
<Target Name="EnsurePrerequisitsRan" BeforeTargets="DedupeDriver">
<Target Name="EnsurePrerequisitsRan" BeforeTargets="GetCopyToOutputDirectoryItems">
<Error Text="Playwright prerequisites are missing. Ensure you've ran `dotnet run --project ./src/tools/Playwright.Tooling/Playwright.Tooling.csproj -- download-drivers --basepath .`" Condition="!Exists('$(MSBuildProjectDirectory)\.drivers')" />
</Target>
</Project>

0 comments on commit 08ad156

Please sign in to comment.