Bake NuGet sources into MSBuild instead (#51)

This commit is contained in:
Dylan Perks 2022-04-18 06:30:55 +01:00 committed by GitHub
parent 248d1f8198
commit 779c40fc0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 8 deletions

5
Directory.Build.props Normal file
View file

@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<RestoreAdditionalProjectSources>https://www.myget.org/F/quahu/api/v3/index.json;https://www.myget.org/F/discord-net/api/v3/index.json;$(RestoreAdditionalProjectSources)</RestoreAdditionalProjectSources>
</PropertyGroup>
</Project>

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- Nightly builds -->
<packageSources>
<add key="Qmmands Nightly" value="https://www.myget.org/F/quahu/api/v3/index.json" />
<add key="Discord.Net Nightly" value="https://www.myget.org/F/discord-net/api/v3/index.json" />
</packageSources>
</configuration>