Skip to content

Commit

Permalink
Merge branch 'users/shaopeng-gh/wix' into users/shaopeng-gh/wix_test
Browse files Browse the repository at this point in the history
  • Loading branch information
shaopeng-gh committed Jul 18, 2023
2 parents d78a031 + 075af75 commit 53cd078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ public void AnalyzeCommand_ZeroByteTest()
}

[Fact]
[Trait(TestTraits.WindowsOnly, "true")]
public void AnalyzeCommand_IncludeWixBinariesTest()
{
string fileName = Path.Combine(Path.GetTempPath(), "AnalyzeCommand_IncludeWixBinariesTest.sarif");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<ProjectReference Include="..\BinSkim.Driver\BinSkim.Driver.csproj" />
<ProjectReference Include="..\BinSkim.Rules\BinSkim.Rules.csproj" />
<ProjectReference Include="..\BinSkim.Sdk\BinSkim.Sdk.csproj" />
<ProjectReference Include="..\sarif-sdk\src\Test.Utilities.Sarif\Test.Utilities.Sarif.csproj" />
<ProjectReference Include="..\Test.UnitTests.BinaryParsers\Test.UnitTests.BinaryParsers.csproj" />
<ProjectReference Include="..\Test.UnitTests.BinSkim.Driver\Test.UnitTests.BinSkim.Driver.csproj" />
<ProjectReference Include="..\Test.UnitTests.BinSkim.Rules\Test.UnitTests.BinSkim.Rules.csproj" />
Expand Down

0 comments on commit 53cd078

Please sign in to comment.