Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions eng/scripts/Language-Settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,7 @@ function Update-python-GeneratedSdks([string]$PackageDirectoriesFile) {
Write-Host "Generating project under directory 'sdk/$directory'" -ForegroundColor Yellow
Write-Host "======================================================================`n"

$toxConfigPath = Resolve-Path "$RepoRoot/eng/tox/tox.ini"
Invoke-LoggedCommand "tox run -e generate -c `"$toxConfigPath`" --root ."
Invoke-LoggedCommand "azpysdk generate ."
}
catch {
Write-Host "##[error]Error generating project under directory $directory"
Expand Down
Loading