Skip to content

Commit

Permalink
Remove dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
emgarten committed Apr 20, 2024
1 parent f05951a commit 38e879b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ if ($AWSDefaultRegion) {
# Download tools
Install-CommonBuildTools $RepoRoot

# Run dotnet-format to apply style fixes or fail on CI builds
Invoke-DotnetFormat $RepoRoot

# Clean and write git info
Remove-Artifacts $RepoRoot
Invoke-DotnetMSBuild $RepoRoot ("build\build.proj", "/t:Clean;WriteGitInfo", "/p:Configuration=$Configuration")
Expand Down

0 comments on commit 38e879b

Please sign in to comment.