Skip to content

Commit

Permalink
Update Directory.Build.Mgmt.props (#22313)
Browse files Browse the repository at this point in the history
Using the same build tool version for mgmt track 1 build prop
  • Loading branch information
allenjzhang authored Jun 30, 2021
1 parent 825a081 commit 183db20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/mgmt/Directory.Build.Mgmt.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- during execution of tasks tests, this conditional import will satisfy the import resolution. And you will have to manually execute a target to restore the package
Again this is strickly for build tools tests that will be run against this repo -->
<Import Condition="Exists($(PkgLocalDir))" Project="$(PkgLocalDir)\CI.Bootstrap.targets" />
<Import Condition="!Exists($(PkgLocalDir))" Project="CI.Bootstrap.targets" Sdk="Microsoft.Internal.NetSdkBuild.Mgmt.Tools" Version="0.12.0-dev.20210304.2" />
<Import Condition="!Exists($(PkgLocalDir))" Project="CI.Bootstrap.targets" Sdk="Microsoft.Internal.NetSdkBuild.Mgmt.Tools" Version="$(PkgVersion)" />
<Import Project="$(RepoRoot)\tools\bootstrapTools\bootstrap.targets" />
<PropertyGroup>
<SignAssembly>true</SignAssembly>
Expand Down

0 comments on commit 183db20

Please sign in to comment.