Publisher Tool #1120
Labels
Type: Enhancement
Added to issues and PRs when a change includes improvements or optimizations.
Type: Feature
Added to issues and PRs to identify that the change is a new feature.
Summary
Currently we use
.yaml
GitHub actions and bash scripts to publish dependencies however we can switch that out for a C# solution usingdotnet run
.Suggested features or ways to address the summary
Create a basic
.sln
and reimplement most of what is in the bash scripts and CI using C#Motivation
This will allow for better data parsing, easier to follow implementation and one point of implementation for publishing dependencies.
Acceptance Criteria
Publish dependencies via a C# solution for both CI and repo (setup.sh) options.
Estimations
The text was updated successfully, but these errors were encountered: