Skip to content

Commit

Permalink
Update integration test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Aug 26, 2021
1 parent ee776c2 commit 359c39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/format-verifier.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ try {

if ($stage -eq "format-folder") {
Write-Output "$(Get-Date) - $folderName - Formatting Folder"
$output = dotnet.exe "$currentLocation/artifacts/bin/dotnet-format/Release/net6.0/dotnet-format.dll" whitespace -folder $repoPath -v diag --verify-no-changes | Out-String
$output = dotnet.exe "$currentLocation/artifacts/bin/dotnet-format/Release/net6.0/dotnet-format.dll" whitespace $repoPath --folder -v diag --verify-no-changes | Out-String
Write-Output $output.TrimEnd()

# Ignore CheckFailedExitCode since we don't expect these repos to be properly formatted.
Expand Down

0 comments on commit 359c39d

Please sign in to comment.