Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uniform dotnet publish command syntax across workflows #22

Merged
merged 1 commit into from
Mar 15, 2024

Commits on Mar 15, 2024

  1. Uniform dotnet publish command syntax across workflows

    Standardized the syntax for `dotnet publish` commands in both `release.yml` and `test-build.yml` workflows for consistency and readability. By aligning the command syntax, this change ensures that build instructions are uniformly applied across different environments, potentially reducing errors caused by syntax discrepancies. Specifically, this revision utilizes colon-prefixed options for the runtime (`-r:`) and output directory (`-o:`) arguments, aligning with best practices for CLI commands.
    
    No related issues mentioned.
    SheepReaper committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d7ae7c5 View commit details
    Browse the repository at this point in the history