Skip to content

Commit 183db20

Browse files
authored
Update Directory.Build.Mgmt.props (Azure#22313)
Using the same build tool version for mgmt track 1 build prop
1 parent 825a081 commit 183db20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/mgmt/Directory.Build.Mgmt.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- 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
99
Again this is strickly for build tools tests that will be run against this repo -->
1010
<Import Condition="Exists($(PkgLocalDir))" Project="$(PkgLocalDir)\CI.Bootstrap.targets" />
11-
<Import Condition="!Exists($(PkgLocalDir))" Project="CI.Bootstrap.targets" Sdk="Microsoft.Internal.NetSdkBuild.Mgmt.Tools" Version="0.12.0-dev.20210304.2" />
11+
<Import Condition="!Exists($(PkgLocalDir))" Project="CI.Bootstrap.targets" Sdk="Microsoft.Internal.NetSdkBuild.Mgmt.Tools" Version="$(PkgVersion)" />
1212
<Import Project="$(RepoRoot)\tools\bootstrapTools\bootstrap.targets" />
1313
<PropertyGroup>
1414
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)