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 7619386 commit 8579b98Copy full SHA for 8579b98
src/nuget/nuget.vcxproj
@@ -6,7 +6,7 @@
6
<UndockedType>none</UndockedType>
7
</PropertyGroup>
8
<Import Project="$(SolutionDir)src\xdp.cpp.props" />
9
- <ItemGroup Condition="'$(BuildStage)' != 'AllPackage'">
+ <ItemGroup Condition="'$(BuildStage)' != 'Package' AND '$(BuildStage)' != 'AllPackage'">
10
<ProjectReference Include="$(SolutionDir)src\bpfexport\bpfexport.vcxproj">
11
<Project>{8f8830ff-1648-4772-87ed-f5da091fc931}</Project>
12
<Private>false</Private>
0 commit comments