Skip to content

Commit 63c080b

Browse files
committed
Fix build on internal CI
- some properties with defaults based on `$(IsTestProject)` were set incorrectly - Microsoft.TestCommon project is not really a test project - follow-up to 4b30958
1 parent 15169a5 commit 63c080b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Microsoft.TestCommon/Microsoft.TestCommon.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
<AssemblyName>Microsoft.TestCommon</AssemblyName>
1010
<IsTestProject>false</IsTestProject>
1111
<OutputPath>..\..\bin\$(Configuration)\Test\</OutputPath>
12+
<CodeSignEnabled>false</CodeSignEnabled>
13+
<EnableGetGitHeadSHA1>false</EnableGetGitHeadSHA1>
14+
<ValidateBuildParamsDisabled>true</ValidateBuildParamsDisabled>
15+
<VersionFileGenerationEnabled>false</VersionFileGenerationEnabled>
1216
</PropertyGroup>
1317
<ItemGroup>
1418
<Reference Include="System" />

0 commit comments

Comments
 (0)