Wrong target for dependency
This commit is contained in:
parent
0a04ef78b2
commit
a6c4df69eb
|
|
@ -26,7 +26,7 @@
|
|||
</PrepareDependsOn>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="UpdateNuGetConfig" DependsOnTargets="UpdateNuGetConfig">
|
||||
<Target Name="UpdateNuGetConfig">
|
||||
<UpdatePackageSource
|
||||
NuGetConfigPath="$(RepositoryRoot)NuGet.config"
|
||||
SourceName="Dependencies"
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
Condition="Exists('$(DependencyBuildDirectory)')" />
|
||||
</Target>
|
||||
|
||||
<Target Name="BuildPackageCache">
|
||||
<Target Name="BuildPackageCache" DependsOnTargets="UpdateNuGetConfig">
|
||||
<GetOSPlatform>
|
||||
<!-- Returns {Linux, macOS, Windows} -->
|
||||
<Output TaskParameter="PlatformName" PropertyName="OSPlatform" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue