Hacker News new | ask | show | jobs
by mdpm 2024 days ago
Wait till you see that you just need to log output in CI like

    ##teamcity[setParameter name='foo' value='bar']]
or

    ##vso[task.setvariable variable=foo]bar

From any package in your deps, a simple console output can set any pipeline variable. CI pipelines are a security nightmare with modern dependency chains.