diff --git a/build/dependencies.props b/build/dependencies.props
index 2491ae04f7..093df655c2 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -86,7 +86,7 @@
2.8.0
2.8.0
1.7.0
- 0.2.0-beta-62606-02
+ 0.2.0-beta-63019-01
1.0.0-rc3-003121
1.1.0
3.14.2
@@ -135,7 +135,7 @@
1.1.11
1.1.11
1.1.11
- 1.2.4
+ 1.2.6
1.1.92
1.0.0
5.2.0
diff --git a/build/repo.targets b/build/repo.targets
index d2149516aa..29d36c6fe9 100644
--- a/build/repo.targets
+++ b/build/repo.targets
@@ -42,14 +42,16 @@
+ ContinueOnError="WarnAndContinue"
+ Condition="'%(Repository.Identity)' != ''">
+ ContinueOnError="WarnAndContinue"
+ Condition="'%(Repository.Identity)' != ''">
@@ -181,6 +183,12 @@
DependsOnTargets="_PrepareRepositories;GeneratePropsFiles;ComputeGraph;_BuildRepositories" />
+
+
<_UndeclaredPackageArtifact Include="%(ArtifactInfo.PackageId)" Condition="'%(ArtifactInfo.ArtifactType)' == 'NuGetPackage'" />
<_UndeclaredPackageArtifact Remove="@(PackageArtifact)" />
@@ -189,12 +197,6 @@
-
-
-