Name | Status | Package URL |
---|---|---|
CodeCreate.Core | CodeCreate.Core | |
CodeCreate.AspNetCore | CodeCreate.AspNetCore | |
CodeCreate.Logging | CodeCreate.Logging | |
CodeCreate.Logging.AspNetCore | CodeCreate.Logging.AspNetCore | |
CodeCreate.Logging.Serilog | CodeCreate.Logging.Serilog |
Name | Status | GH Action | Description |
---|---|---|---|
Build CodeCreate.Core library | codecreate-core-ci.yml | Triggered when a new PR is created against the main branch. It builds the CodeCreate.Core library and runs its tests. | |
Create CodeCreate.Core package | codecreate-core-cd.yml | Triggered whenever a push is made in the main branch (i.e., PR is merged). It builds the CodeCreate.Core library, runs its tests, packs the source code into a .nupkg file and finally pushes it to Code Create's GitHub Packages nuget source | |
Build CodeCreate.AspNetCore library | codecreate-aspnetcore-ci.yml | Triggered when a new PR is created against the main branch. It builds the CodeCreate.AspNetCore library and runs its tests. | |
Create CodeCreate.AspNetCore package | codecreate-aspnetcore-cd.yml | Triggered whenever a push is made in the main branch (i.e., PR is merged). It builds the CodeCreate.AspNetCore library, runs its tests, packs the source code into a .nupkg file and finally pushes it to Code Create's GitHub Packages nuget source | |
Build CodeCreate.Logging library | codecreate-logging-ci.yml | Triggered when a new PR is created against the main branch. It builds the CodeCreate.Logging library. | |
Create CodeCreate.Logging package | codecreate-logging-cd.yml | Triggered whenever a push is made in the main branch (i.e., PR is merged). It builds the CodeCreate.Logging library, packs the source code into a .nupkg file and finally pushes it to Code Create's GitHub Packages nuget source | |
Build CodeCreate.Logging.AspNetCore library | codecreate-logging-aspnetcore-ci.yml | Triggered when a new PR is created against the main branch. It builds the CodeCreate.Logging.AspNetCore library. | |
Create CodeCreate.Logging.AspNetCore package | codecreate-logging-aspnetcore-cd.yml | Triggered whenever a push is made in the main branch (i.e., PR is merged). It builds the CodeCreate.Logging.AspNetCore library, packs the source code into a .nupkg file and finally pushes it to Code Create's GitHub Packages nuget source | |
Build CodeCreate.Logging.Serilog library | codecreate-logging-serilog-ci.yml | Triggered when a new PR is created against the main branch. It builds the CodeCreate.Logging.Serilog library. | |
Create CodeCreate.Logging.Serilog package | codecreate-logging-serilog-cd.yml | Triggered whenever a push is made in the main branch (i.e., PR is merged). It builds the CodeCreate.Logging.Serilog library, packs the source code into a .nupkg file and finally pushes it to Code Create's GitHub Packages nuget source |