fix deploy config

This commit is contained in:
motahhari
2026-06-03 23:41:55 +03:30
parent ec5eceec80
commit f790f38696
4 changed files with 20 additions and 37 deletions

8
backend/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>