We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1c7fa commit 4d61007Copy full SHA for 4d61007
Directory.Build.props
@@ -6,6 +6,8 @@
6
<Nullable>enable</Nullable>
7
<IsPackable>false</IsPackable>
8
<PackageVersion>0.1.0-preview</PackageVersion>
9
+ <Authors>Microsoft</Authors>
10
+ <Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
11
<RepoRoot>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))</RepoRoot>
12
<VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName).$(TargetFramework).$(OS).trx</VSTestLogger>
13
<VSTestResultsDirectory>$(RepoRoot)/artifacts/TestResults</VSTestResultsDirectory>
@@ -15,4 +17,4 @@
15
17
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
16
18
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
19
</PropertyGroup>
-</Project>
20
+</Project>
0 commit comments