Merge branch 'rel/2.0.0-preview1' into dev
This commit is contained in:
commit
71885a3bfa
|
|
@ -28,7 +28,7 @@
|
||||||
</PrepareDependsOn>
|
</PrepareDependsOn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<Target Name="UpdateNuGetConfig" DependsOnTargets="UpdateNuGetConfig">
|
<Target Name="UpdateNuGetConfig">
|
||||||
<UpdatePackageSource
|
<UpdatePackageSource
|
||||||
NuGetConfigPath="$(RepositoryRoot)NuGet.config"
|
NuGetConfigPath="$(RepositoryRoot)NuGet.config"
|
||||||
SourceName="Dependencies"
|
SourceName="Dependencies"
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
Condition="Exists('$(DependencyBuildDirectory)')" />
|
Condition="Exists('$(DependencyBuildDirectory)')" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="BuildPackageCache">
|
<Target Name="BuildPackageCache" DependsOnTargets="UpdateNuGetConfig">
|
||||||
<GetOSPlatform>
|
<GetOSPlatform>
|
||||||
<!-- Returns {Linux, macOS, Windows} -->
|
<!-- Returns {Linux, macOS, Windows} -->
|
||||||
<Output TaskParameter="PlatformName" PropertyName="OSPlatform" />
|
<Output TaskParameter="PlatformName" PropertyName="OSPlatform" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue