Skip to content

Commit ac39002

Browse files
authored
Enable PVP flow for emsdk (#15995)
1 parent 9908caa commit ac39002

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SourceBuild/content/repo-projects/emsdk.proj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<BuildCommandArgs>$(BuildCommandArgs) /p:PlatformName=$(TargetArch)</BuildCommandArgs>
1818
<BuildCommandArgs>$(BuildCommandArgs) /p:ForceBuildManifestOnly=true</BuildCommandArgs>
1919
<BuildCommand>$(StandardSourceBuildCommand) $(BuildCommandArgs)</BuildCommand>
20+
21+
<PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
2022
</PropertyGroup>
2123

2224
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />

0 commit comments

Comments
 (0)