parent
e0e93a9a55
commit
c730f25784
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
<BuildCommand>$(ProjectDirectory)\eng\common\build$(ShellExtension) $(BuildCommandArgs)</BuildCommand>
|
||||
|
||||
<DeterministicBuildOptOut>true</DeterministicBuildOptOut>
|
||||
|
||||
<!-- IDE0059 - Unnecessary assignment of a value: https://github.com/microsoft/vstest/issues/4424 -->
|
||||
<!-- SYSLIB0051 - Type or member is obsolete: https://github.com/microsoft/vstest/pull/4425 -->
|
||||
<RepoNoWarns>IDE0059;SYSLIB0051</RepoNoWarns>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue