Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 809 Bytes

File metadata and controls

14 lines (12 loc) · 809 Bytes

GitLab variables configuration provider

GitHub Tag NuGet Count Issues Open

Example:

builder.AddGitLab(options => options
    .WithHostUrl("https://gitlab.com")
    .WithAuthenticationToken("abcd")
    .WithProjectId("100500")
    .WithEnvironmentName("Production"));