• Lmaydev@programming.dev
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    9 months 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