Skip to content

Commit

Permalink
Remove version from docs wcom.docs.tools.searchindexuploader (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead authored Jun 26, 2024
1 parent ca3765b commit 4dac087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deploy_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
npm install -g @azure/static-web-apps-cli
displayName: Install SWA CLI
- script: dotnet tool install --global WCOM.Docs.Tools.SearchIndexUploader --version 2023.3.27.2
- script: dotnet tool install --global WCOM.Docs.Tools.SearchIndexUploader
displayName: Installing SearchIndex tool

- task: AzureCLI@2
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
swa deploy $(Pipeline.Workspace)/${{ parameters.artifactNamePrefix }}$(Build.DefinitionName).${{ site.name }} --env Production
[int] $Result = $LASTEXITCODE
$Result
exit $Result
exit $Result

0 comments on commit 4dac087

Please sign in to comment.