Skip to content

Commit

Permalink
Build targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp2masa committed Feb 12, 2018
1 parent 839a71e commit e22886a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
1 change: 1 addition & 0 deletions Build/Targets/Import.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<Import Project="Workarounds.props" />

<Import Project="RestoreSources.props" />
<Import Project="RepoLayout.props" />

<Import Project="PackageProperties.props" />
Expand Down
13 changes: 13 additions & 0 deletions Build/Targets/RestoreSources.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Project>

<PropertyGroup>
<RestoreSources>@(RestoreSource)</RestoreSources>
</PropertyGroup>

<ItemGroup>
<RestoreSource Include="https://api.nuget.org/v3/index.json" />
<RestoreSource Include="https://www.myget.org/F/cosmos/api/v3/index.json" />
<RestoreSource Include="https://www.myget.org/F/avalonia-ci/api/v2" />
</ItemGroup>

</Project>
10 changes: 0 additions & 10 deletions NuGet.config

This file was deleted.

0 comments on commit e22886a

Please sign in to comment.