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

Usage of dotnet format on CI pipeline #47545

Open
vancodocton opened this issue Mar 13, 2025 · 0 comments
Open

Usage of dotnet format on CI pipeline #47545

vancodocton opened this issue Mar 13, 2025 · 0 comments
Labels
Area-Format untriaged Request triage from a team member

Comments

@vancodocton
Copy link

Is your feature request related to a problem? Please describe.

My GitHub Actions workflow integrate dotnet format to verify coding styles. I built my solution using dotnet build -c Release --no-restore. The problem is that I cannot make dotnet format to utilize output of dotnet build because it internally builds my solution using Debug configuration. Consequently, it took double times for the build task.

Describe the solution you'd like

I would like that dotnet format can support --no-build -c Release as dotnet publish, in order that my workflow will be faster.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-NetSDK untriaged Request triage from a team member labels Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Format untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

2 participants