Got this working by adding this to the inputs of the restore task:
feedsToUse: config
Hi
Can you please share what your build pipeline yaml looks like to get this to work?
I am still getting errors when running 'dotnet restore'. I have the 'ABP Commercial NuGet Source' configured in my NuGet.Config file.
This is what my restore step looks like in my yaml file:
- job: aspnetcore
displayName: .NET Core
pool:
vmImage: 'ubuntu-latest'
steps:
- task: DotNetCoreInstaller@0
displayName: 'Install .NET Core Sdk'
inputs:
version: 3.1.101
- task: DotNetCoreCLI@2
displayName: '.NET Core Restore'
inputs:
command: restore
nugetConfigPath: NexBase/aspnet-core/NuGet.Config
projects: |
NexBase/aspnet-core/Modules/**/src/*.csproj
NexBase/aspnet-core/src/**/*.csproj
I am still recieving the following errors:
/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Application.Contracts/NexBase.Application.Contracts.csproj : error NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.Application.Contracts. No packages exist with this id in source(s): NuGetOrg
/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Domain.Shared/NexBase.Domain.Shared.csproj : error NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.Domain.Shared. No packages exist with this id in source(s): NuGetOrg [/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Application.Contracts/NexBase.Application.Contracts.csproj]
/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Domain.Shared/NexBase.Domain.Shared.csproj : error NU1101: Unable to find package Volo.Saas.Domain.Shared. No packages exist with this id in source(s): NuGetOrg [/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Application.Contracts/NexBase.Application.Contracts.csproj]
/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Domain.Shared/NexBase.Domain.Shared.csproj : error NU1101: Unable to find package Volo.Abp.LanguageManagement.Domain.Shared. No packages exist with this id in source(s): NuGetOrg [/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Application.Contracts/NexBase.Application.Contracts.csproj]
/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Application.Contracts/NexBase.Application.Contracts.csproj : error NU1101: Unable to find package Volo.Abp.Account.Pro.Public.Application.Contracts. No packages exist with this id in source(s): NuGetOrg
/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Application.Contracts/NexBase.Application.Contracts.csproj : error NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.Application.Contracts. No packages exist with this id in source(s): NuGetOrg
/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Application.Contracts/NexBase.Application.Contracts.csproj : error NU1101: Unable to find package Volo.Abp.LanguageManagement.Application.Contracts. No packages exist with this id in source(s): NuGetOrg
/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Application.Contracts/NexBase.Application.Contracts.csproj : error NU1101: Unable to find package Volo.Saas.Host.Application.Contracts. No packages exist with this id in source(s): NuGetOrg
/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Application.Contracts/NexBase.Application.Contracts.csproj : error NU1101: Unable to find package Volo.Abp.Identity.Pro.Application.Contracts. No packages exist with this id in source(s): NuGetOrg
/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Application.Contracts/NexBase.Application.Contracts.csproj : error NU1101: Unable to find package Volo.Abp.AuditLogging.Application.Contracts. No packages exist with this id in source(s): NuGetOrg
/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Application.Contracts/NexBase.Application.Contracts.csproj : error NU1101: Unable to find package Volo.Abp.IdentityServer.Application.Contracts. No packages exist with this id in source(s): NuGetOrg
/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Application.Contracts/NexBase.Application.Contracts.csproj : error NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.Domain.Shared. No packages exist with this id in source(s): NuGetOrg
/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Application.Contracts/NexBase.Application.Contracts.csproj : error NU1101: Unable to find package Volo.Saas.Domain.Shared. No packages exist with this id in source(s): NuGetOrg
/home/vsts/work/1/s/NexBase/aspnet-core/src/NexBase.Application.Contracts/NexBase.Application.Contracts.csproj : error NU1101: Unable to find package Volo.Abp.LanguageManagement.Domain.Shared. No packages exist with this id in source(s): NuGetOrg
Am I missing something?
Hi
I am having the same issue but with "dotnet restore" in our Azure build pipeline. Multiple Volo.* packages throwing the error NU1101: Unable to find package Volo.* . No packages exist with this id in source(s): NuGetOrg.
Please provide a solution.
Regards,
Warick
Hi
Is there a way to customize the Lepton theme to use our company's color scheme?
If so, how would I go about doing this?
We are using the Angular start up template.
Regards,
Warick