Skip to content

Commit

Permalink
Update apiview-review-gen-swagger.yml (#5421)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruowan authored Feb 13, 2023
1 parent 091cbbf commit eabf3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/apiview-review-gen-swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- script: >
dotnet tool install
Azure.Sdk.Tools.SwaggerApiParser
--version 1.0.5-dev.20230131.3
--version 1.0.7-dev.20230211.1
--add-source https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json
--tool-path $(SwaggerParserInstallPath)
workingDirectory: $(SwaggerParserInstallPath)
Expand All @@ -39,4 +39,4 @@ jobs:
APIViewURL: $(APIViewURL)
StorageContainerUrl: $(StorageContainerUrl)
ApiviewGenScript: './Create-Apiview-Token-Swagger.ps1'
ParserPath: $(SwaggerParserInstallPath)/SwaggerApiParser
ParserPath: $(SwaggerParserInstallPath)/SwaggerApiParser

0 comments on commit eabf3b8

Please sign in to comment.