Skip to content

Commit

Permalink
fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jraczek-acc committed Nov 22, 2024
1 parent ab5e505 commit 7a981d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Ocaramba.Tests.NUnitExtentReports/ProjectTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ namespace Ocaramba.Tests.NUnitExtentReports
public class ProjectTestBase : TestBase
{
private readonly DriverContext driverContext = new DriverContext();


[ThreadStatic]
private ExtentTest testContainer;

[ThreadStatic]
Expand Down
4 changes: 2 additions & 2 deletions Ocaramba/Ocaramba.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

<ItemGroup>
<None Include="..\icon.png" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Include="..\README.md" Pack="true" PackagePath="\">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<PackageReference Include="Selenium.Support" Version="4.4.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.4.0" />
Expand Down
2 changes: 1 addition & 1 deletion OcarambaLite/OcarambaLite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<ItemGroup>
<None Include="..\icon.png" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.4.0" />
<PackageReference Include="Selenium.Support" Version="4.4.0" />
Expand Down

0 comments on commit 7a981d0

Please sign in to comment.