Skip to content

Commit a67ea5f

Browse files
authored
Ensure that we don't repeat VerifyCodeGen for the same services (Azure#49425)
1 parent bfa6827 commit a67ea5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/CodeChecks.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ try {
9898

9999
Write-Host "Re-generating clients"
100100
Invoke-Block {
101-
& dotnet msbuild $PSScriptRoot\..\service.proj /restore /t:GenerateCode /p:SDKType=$SDKType /p:ServiceDirectory=$ServiceDirectory $diagnosticArguments
101+
& dotnet msbuild $PSScriptRoot\..\service.proj /restore /t:GenerateCode /p:SDKType=$SDKType /p:ServiceDirectory=$ServiceDirectory $diagnosticArguments /p:ProjectListOverrideFile=""
102102
}
103103
}
104104

0 commit comments

Comments
 (0)