Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<PropertyGroup>
<OfficialBuild>false</OfficialBuild>
<OfficialBuild Condition="'$(OfficialBuildId)' != ''">true</OfficialBuild>
<!-- Block stable versioning so that the merged asset manifest is pushed
to a unique location -->
<SuppressFinalPackageVersion>true</SuppressFinalPackageVersion>
</PropertyGroup>

<Import Project="$(RepoRoot)eng\Versions.props" />
Expand Down