You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
I'm trying to run NuKeeper in an Azure DevOps pipeline. However, I cannot seem to get it to use the private feed we use within the organization. If it's in the NuGet.config it's not being read at all, if it's passed through --source, it cannot authorize properly.
Configuration
azure-pipelines file:
trigger: none # don’t run as CI build
schedules:
- cron: "0 0 * * *" # run daily at UTC midnight
always: true
displayName: Check for updated dependencies
branches:
include:
- refs/heads/main
pool:
vmImage: windows-latest
resources:
- repo: self
steps:
- checkout: self
persistCredentials: True
- task: NuKeeper@0
displayName: NuKeeper
env:
NuKeeper_azure_devops_token: $(System.AccessToken)
inputs:
version: '0.34.0'
arguments: --consolidate --maxpackageupdates 10 --change minor --age 7d --targetBranch origin/main --verbosity detailed
feed: '/{feed-guid}'
🐛 Bug Report
I'm trying to run NuKeeper in an Azure DevOps pipeline. However, I cannot seem to get it to use the private feed we use within the organization. If it's in the NuGet.config it's not being read at all, if it's passed through --source, it cannot authorize properly.
Configuration
azure-pipelines file:
NuGet.config:
execution log:
Expected behavior
NuKeeper reads the NuGet.config and uses the private feed defined there.
Version: 0.34.0
Platform if applicable:
The text was updated successfully, but these errors were encountered: