Skip to content

Commit

Permalink
chore: remove unused coyote bits (#2816)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwoll authored Jul 15, 2024
1 parent cdc9e15 commit c403cd9
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 196 deletions.
160 changes: 0 additions & 160 deletions src/Test.UnitTests.Sarif.Driver/CoyoteTestOutputLogger.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<TargetFrameworks>net6.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<CoyoteVersion>1.7.3</CoyoteVersion>
<PowershellExecutable Condition="'$(OS)'=='Windows_NT'">powershell</PowershellExecutable>
<PowershellExecutable Condition="'$(PowershellExecutable)'==''">pwsh</PowershellExecutable>
<PathSeparator Condition="'$(OS)'=='Windows_NT'">\</PathSeparator>
Expand All @@ -20,7 +19,7 @@
</PropertyGroup>

<PropertyGroup>
<ExecCommand>$(PowershellExecutable) -executionpolicy bypass -command ".$(PathSeparator)rewriteUnitTests.ps1 -Configuration $(Configuration) -CoyoteVersion $(CoyoteVersion) -TargetFramework $(TargetFramework)"</ExecCommand>
<ExecCommand>$(PowershellExecutable) -executionpolicy bypass -command ".$(PathSeparator)rewriteUnitTests.ps1 -Configuration $(Configuration) -TargetFramework $(TargetFramework)"</ExecCommand>
</PropertyGroup>

<Target Name="CopyFunctionalTestData" AfterTargets="Build">
Expand All @@ -32,8 +31,6 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.Coyote" Version="$(CoyoteVersion)" />
<PackageReference Include="Microsoft.Coyote.Test" Version="$(CoyoteVersion)" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="System.Composition" Version="5.0.0" />
Expand Down Expand Up @@ -69,8 +66,4 @@
<CustomToolNamespace>Microsoft.CodeAnalysis.Sarif.Driver.Sdk</CustomToolNamespace>
</EmbeddedResource>
</ItemGroup>

<Target Name="CoyoteRewriting" AfterTargets="AfterBuild" Condition=" '$(OS)'=='Windows_NT' ">
<Exec Command="$(ExecCommand)" />
</Target>
</Project>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions src/Test.UnitTests.Sarif.Driver/rewriteUnitTests.ps1

This file was deleted.

0 comments on commit c403cd9

Please sign in to comment.