Skip to content

Commit 8579b98

Browse files
authored
prevent rebuilding artifacts in package stage (#931)
1 parent 7619386 commit 8579b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nuget/nuget.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<UndockedType>none</UndockedType>
77
</PropertyGroup>
88
<Import Project="$(SolutionDir)src\xdp.cpp.props" />
9-
<ItemGroup Condition="'$(BuildStage)' != 'AllPackage'">
9+
<ItemGroup Condition="'$(BuildStage)' != 'Package' AND '$(BuildStage)' != 'AllPackage'">
1010
<ProjectReference Include="$(SolutionDir)src\bpfexport\bpfexport.vcxproj">
1111
<Project>{8f8830ff-1648-4772-87ed-f5da091fc931}</Project>
1212
<Private>false</Private>

0 commit comments

Comments
 (0)