Starts in:
3 DAYS
2 HRS
39 MIN
30 SEC
Starts in:
3 D
2 H
39 M
30 S

Activities of "ismcagdas"

Great to hear that :)

Hi,

Do you have Nuget.Config in the source code used in your build server ? Your NuGet.Config file must include abp.io nuget source specific to your account. It should be something like this;

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
		<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
        <!-- {ABP_COMMERCIAL_NUGET_SOURCE} -->
    </packageSources>
</configuration>
Showing 71 to 72 of 72 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06