fix deploy config

This commit is contained in:
motahhari
2026-06-03 03:20:16 +03:30
parent a2140fadc3
commit 1fb1081af5
3 changed files with 42 additions and 12 deletions

8
nuget.config Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="iki" value="https://nuget.devneeds.ir/repository/nuget/index.json" />
</packageSources>
</configuration>