เพิ่ม git workflow

This commit is contained in:
Kittapath 2023-03-29 20:44:39 +07:00
parent a93dcbbd20
commit 2328f19be4
21 changed files with 408 additions and 21 deletions

9
nuget.config Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="private_nuget" value="https://nuget.frappet.synology.me/v3/index.json" />
</packageSources>
</configuration>