Closed coding-red-panda closed 8 months ago
yaml file regenerated? how does it look?
yaml file regenerated? how does it look?
Sorry, I don't understand the question. What YAML file should be regenerated?
if you don't understand my question, maybe you should read the docs page once more :) i'd just repeat myself here
Build runs fine locally, and no changes detected in the pipeline yaml.
We've had the EnableAccessToken
set to true prior to adding this new task we just never used it before but are switching to it now as we want to expose a package.
All Targets themselves work fine locally, just on the Azure CI the token property is not being populated.
Usage Information
8.0.0
Description
Hello,
I'm following the documentation to configure the access token for our private NuGet Feed. So I have created a Target as follows:
And this is constantly failing on the CI because the assert is getting triggered. So the
AzurePipelines.Instance.AccessToken
always returnsnull
or an empty string for us.Reproduction Steps
EnableAccessToken
propertyExpected Behavior
The token should be available for the pipeline
Actual Behavior
No token is loaded
Regression?
No idea, first time trying Nuke. Only other issue I found was the enabling for the flag.
Known Workarounds
No response
Could you help with a pull-request?
No