We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a5828 commit ce93957Copy full SHA for ce93957
Directory.Build.props
@@ -6,6 +6,7 @@
6
<Nullable>enable</Nullable>
7
<IsPackable>false</IsPackable>
8
<PackageVersion>0.1.0-preview</PackageVersion>
9
+ <Copyright>Copyright (c) Anthropic and Contributors</Copyright>
10
<RepoRoot>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))</RepoRoot>
11
<VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName).$(TargetFramework).$(OS).trx</VSTestLogger>
12
<VSTestResultsDirectory>$(RepoRoot)/artifacts/TestResults</VSTestResultsDirectory>
@@ -15,4 +16,4 @@
15
16
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
17
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
18
</PropertyGroup>
-</Project>
19
+</Project>
0 commit comments