Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am having a basic issue which I haven't been able to explain. Passing arguments to an Azure Pipeline doesn't seem to work. They consistently show as null. I've simplified my Dockerfile as much as possible just for demonstration and it still doesn't work, even with a default value for the ARG.
In all cases the output of the variable is null.
Any ideas?