sandialabs / Gulliver

Gulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length.
Apache License 2.0
15 stars 3 forks source link

[TechDebt] Remove azure-pipelines.yml and setup a GitHub Actions workflow #45

Closed Sterlinghv closed 1 year ago

Sterlinghv commented 1 year ago

Description

A YAML pipeline can be made via GitHub actions which takes care of the restoring, building, testing, and packing of the application. This pipeline will no longer be needed once a dotnet.yml pipeline is created for GitHub actions.

Impact

Automated restoring, building, testing, and packing every time a change is submitted.

Related files / Classes