Set DisableNerdbankGitVersioningInMiniEditor=true on the MiniEditor.csproj ProjectReference

This makes sure that NBGV doesn't run as part of the VSMac build, setting the VSMac build version
This commit is contained in:
Kirill Osenkov 2021-08-12 15:03:32 -07:00
Родитель 9d32998bf3
Коммит 5447071400
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,9 @@
<ItemGroup>
<ProjectReference Include="..\Editor\MonoDevelop.Xml.Editor.csproj" />
<ProjectReference Include="..\Core\MonoDevelop.Xml.Core.csproj" />
<ProjectReference Include="..\external\MiniEditor\Microsoft.VisualStudio.MiniEditor\Microsoft.VisualStudio.MiniEditor.csproj" />
<ProjectReference Include="..\external\MiniEditor\Microsoft.VisualStudio.MiniEditor\Microsoft.VisualStudio.MiniEditor.csproj">
<Properties>DisableNerdbankGitVersioningInMiniEditor=true</Properties>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Remove="Schema\SchemaAssociationTests.cs" />