Skip to content

Commit

Permalink
fix private assets (#108)
Browse files Browse the repository at this point in the history
* ms code analysis packages no longer private

* remove dev dep flag as breaking builds

* update pkg descriptions

* batch test output by guid per build

* package marked as deterministic for ci

* mark build as deterministic

* move test ci flag before opencover args

* actually put the ci flag on the build and not the test

* fix test line

* removed private asset implicit behaviour
  • Loading branch information
dpvreony committed Jan 30, 2021
1 parent 9d03898 commit de92354
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.2" PrivateAssets="none" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" PrivateAssets="none" />
</ItemGroup>
</Project>

0 comments on commit de92354

Please sign in to comment.