Improve CI build and build structure

This commit is contained in:
Amer Koleci
2022-10-10 08:47:21 +02:00
parent d04ee1d77c
commit 3c7e8e69b2
12 changed files with 15 additions and 34 deletions

View File

@@ -4,13 +4,9 @@
<packageSource key="nuget">
<package pattern="*" />
</packageSource>
<packageSource key="dotnet-tools">
<package pattern="Microsoft.Net.Compilers.Toolset" />
</packageSource>
</packageSourceMapping>
<packageSources>
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
</packageSources>
</configuration>