FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SignNow.NET/SignNow.Net.Test/Directory.Build.props at develop · Yagg/SignNow.NET · GitHub
Yagg
/
SignNow.NET
Public
forked from
signnow/SignNow.NET
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
SignNow.NET
/
SignNow.Net.Test
/
Directory.Build.props
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (15 loc) · 914 Bytes
Breadcrumbs
SignNow.NET
/
SignNow.Net.Test
/
Directory.Build.props
Copy path
File metadata and controls
16 lines (15 loc) · 914 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<
Project
>
<
Import
Project
=
"
$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))
"
/>
<
PropertyGroup
>
<
IsTestProject
>true</
IsTestProject
>
<
IsPackable
>false</
IsPackable
>
</
PropertyGroup
>
<!--
Enable coverage through coverlet's MSBuild task package or use console param: `/p:CollectCoverage=true`
-->
<
PropertyGroup
Condition
=
"
'$(CollectCoverage)' == 'true'
"
>
<
CollectCoverage
>true</
CollectCoverage
>
<
CoverletOutputFormat
>opencover,json</
CoverletOutputFormat
>
<
CoverletOutput
>$(MSBuildProjectDirectory)/bin/$(Configuration)/$(TargetFramework)/</
CoverletOutput
>
<
MergeWith
>$(MSBuildProjectDirectory)/bin/$(Configuration)/$(TargetFramework)/coverage.$(TargetFramework).json</
MergeWith
>
<
ExcludeByAttribute
>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</
ExcludeByAttribute
>
</
PropertyGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL