Merge branch 'rel/2.0.0-preview1' into dev

This commit is contained in:
John Luo 2017-04-27 21:35:06 -07:00
commit 71885a3bfa
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
</PrepareDependsOn>
</PropertyGroup>
<Target Name="UpdateNuGetConfig" DependsOnTargets="UpdateNuGetConfig">
<Target Name="UpdateNuGetConfig">
<UpdatePackageSource
NuGetConfigPath="$(RepositoryRoot)NuGet.config"
SourceName="Dependencies"
@ -36,7 +36,7 @@
Condition="Exists('$(DependencyBuildDirectory)')" />
</Target>
<Target Name="BuildPackageCache">
<Target Name="BuildPackageCache" DependsOnTargets="UpdateNuGetConfig">
<GetOSPlatform>
<!-- Returns {Linux, macOS, Windows} -->
<Output TaskParameter="PlatformName" PropertyName="OSPlatform" />