Skip to content

Commit 8a31357

Browse files
authored
Getting benchmarks to run without a dependency on another repo. (#1477)
closes #1476
1 parent 58ecd84 commit 8a31357

5 files changed

Lines changed: 18217 additions & 425 deletions

File tree

.csharpierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ build
33
Uploads/
44

55
Tests/MsBuild/TestCases/
6+
7+
Src/CSharpier.Benchmarks/CodeSamples/

Src/CSharpier.Benchmarks/CSharpier.Benchmarks.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@
1111
<ItemGroup>
1212
<ProjectReference Include="..\CSharpier\CSharpier.csproj" />
1313
</ItemGroup>
14+
<ItemGroup>
15+
<Compile Remove="CodeSamples/*.*" />
16+
<None Include="CodeSamples/*.*" />
17+
</ItemGroup>
1418
</Project>

0 commit comments

Comments
 (0)