• @Lmaydev
    link
    0
    edit-2
    1 year ago

    I do a lot of work with c# CI/CD and doing what you said absolutely does work.

    Most of my scripts are

    dotnet restore
    dotnet build --no-restore
    dotnet test --no-build
    dotnet publish --no-build