Skip to content

Commit

Permalink
upgrade generator version for CI (Azure#19822)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh authored Jan 16, 2023
1 parent 07a08fa commit 273ef4b
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 @@ -21,8 +21,8 @@ function Invoke-MgmtTestgen ()
[string]$autorestPath = "",
[string]$config = "autorest.md",
[string]$autorestVersion = "3.8.2",
[string]$goExtension = "@autorest/go@4.0.0-preview.44",
[string]$testExtension = "@autorest/gotest@4.3.0",
[string]$goExtension = "@autorest/go@4.0.0-preview.45",
[string]$testExtension = "@autorest/gotest@4.5.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 @@ -12,7 +12,7 @@ param(
[switch]$removeUnreferencedTypes,
[string]$config = "autorest.md",
[string]$autorestVersion = "3.8.2",
[string]$goExtension = "@autorest/go@4.0.0-preview.44",
[string]$goExtension = "@autorest/go@4.0.0-preview.45",
[string]$filePrefix,
[string]$outputFolder
)
Expand Down

0 comments on commit 273ef4b

Please sign in to comment.