Skip to content

Commit

Permalink
ci: upgrade to latest codegen (#17601)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh authored Apr 15, 2022
1 parent 6c30dbe commit 8d0c7fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eng/scripts/MgmtTestLib.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function Invoke-MgmtTestgen ()
[string]$autorestPath = "",
[string]$config = "autorest.md",
[string]$autorestVersion = "3.8.2",
[string]$goExtension = "@autorest/[email protected].38",
[string]$testExtension = "@autorest/gotest@3.0.1",
[string]$goExtension = "@autorest/[email protected].39",
[string]$testExtension = "@autorest/gotest@3.1.0",
[string]$outputFolder
)
if ($clean)
Expand Down
2 changes: 1 addition & 1 deletion eng/scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ param(
[switch]$tidy,
[string]$config = "autorest.md",
[string]$autorestVersion = "3.8.2",
[string]$goExtension = "@autorest/[email protected].38",
[string]$goExtension = "@autorest/[email protected].39",
[string]$outputFolder
)

Expand Down

0 comments on commit 8d0c7fa

Please sign in to comment.