Check-in ReflectionCache assembly instead of including in build

This commit is contained in:
YoshiRulz 2021-04-14 10:44:46 +10:00
parent b1f2ec77fb
commit 652b38d04c
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
3 changed files with 4 additions and 1 deletions

View File

@ -7,4 +7,7 @@
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" PrivateAssets="all" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Copy SourceFiles="$(OutputPath)BizHawk.SrcGen.ReflectionCache.dll" DestinationFolder="$(ProjectDir)../../References/" />
</Target>
</Project>

Binary file not shown.

View File

@ -11,6 +11,6 @@
</PropertyGroup>
<ItemGroup>
<AdditionalFiles Include="$(ProjectDir)../../.stylecop.json" />
<ProjectReference Include="$(ProjectDir)../../ExternalProjects/BizHawk.SrcGen.ReflectionCache/BizHawk.SrcGen.ReflectionCache.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
<Analyzer Include="$(ProjectDir)../../References/BizHawk.SrcGen.ReflectionCache.dll" />
</ItemGroup>
</Project>