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 9908caa commit ac39002Copy full SHA for ac39002
src/SourceBuild/content/repo-projects/emsdk.proj
@@ -17,6 +17,8 @@
17
<BuildCommandArgs>$(BuildCommandArgs) /p:PlatformName=$(TargetArch)</BuildCommandArgs>
18
<BuildCommandArgs>$(BuildCommandArgs) /p:ForceBuildManifestOnly=true</BuildCommandArgs>
19
<BuildCommand>$(StandardSourceBuildCommand) $(BuildCommandArgs)</BuildCommand>
20
+
21
+ <PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
22
</PropertyGroup>
23
24
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
0 commit comments