Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<IsShipping>true</IsShipping>
<!-- This project contains base tests to be used by providers, but is not itself a test project with
tests to be executed. Disable test discovery. -->
<IsTestProject>false</IsTestProject>
<IncludeSymbols>true</IncludeSymbols>
<ImplicitUsings>true</ImplicitUsings>
<!-- This is a test project, but we ship the package to customers. Avoid skipping in VMR builds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<IsShipping>true</IsShipping>
<!-- This project contains base tests to be used by providers, but is not itself a test project with
tests to be executed. Disable test discovery. -->
<IsTestProject>false</IsTestProject>
<IncludeSymbols>true</IncludeSymbols>
<ImplicitUsings>true</ImplicitUsings>
<!-- HACK: Work around dotnet/arcade#13798 -->
Expand Down
Loading