Skip to content

Commit ed1976b

Browse files
author
Nate McMaster
committed
Update BuildTools to 2.1.3-rtm-15845
1 parent bb69011 commit ed1976b

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

build/repo.targets

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -306,14 +306,8 @@
306306
Condition=" @(ExternalDependency->WithMetadataValue('Version', '')->Count()) != 0 " />
307307
</Target>
308308

309-
<Target Name="_SetDesignTimeBuild">
310-
<PropertyGroup>
311-
<BuildProperties>$(BuildProperties);DesignTimeBuild=true</BuildProperties>
312-
</PropertyGroup>
313-
</Target>
314-
315309
<Target Name="FastCheck"
316-
DependsOnTargets="_SetDesignTimeBuild;ComputeGraph;VerifyPackageArtifactConfig;VerifyAllReposHaveNuGetPackageVerifier" />
310+
DependsOnTargets="ComputeGraph;VerifyPackageArtifactConfig;VerifyAllReposHaveNuGetPackageVerifier" />
317311

318312
<Target Name="CheckExpectedPackagesExist">
319313
<ItemGroup>

korebuild-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version:2.1.3-rtm-15844
2-
commithash:8d031079e81ea30446712d48f7e8e9539fb92907
1+
version:2.1.3-rtm-15845
2+
commithash:c808c3c16cbc75c88ee39abd2e15569657312474

0 commit comments

Comments
 (0)