зеркало из https://github.com/microsoft/vs-mef.git
Fix release pipeline failure
The AppHost.snupkg was empty, which causes nuget push to fail. We shouldn't produce the file at all.
This commit is contained in:
Родитель
345345c679
Коммит
c19312c055
|
@ -5,10 +5,15 @@
|
|||
<Description>Adds a VS MEF system with a pre-computed, cached MEF graph.</Description>
|
||||
<NoWarn>$(NoWarn),NU5128</NoWarn>
|
||||
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
|
||||
<IncludeSymbols>false</IncludeSymbols>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="ExportProviderFactory.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Remove="ExportProviderFactory.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Readme.txt" Pack="true" PackagePath="Readme.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче