diff --git a/build.ps1 b/build.ps1 index 9531eea..c8c09ed 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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")