-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eng, report error, but do not fail during regen SDK (#2976)
- Loading branch information
1 parent
9451366
commit 8f6843e
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,8 @@ jobs: | |
filePath: $(Build.SourcesDirectory)/autorest.java/Build-TypeSpec.ps1 | ||
workingDirectory: $(Build.SourcesDirectory)/autorest.java | ||
|
||
- script: npm install -g @azure-tools/[email protected] | ||
- script: | | ||
npm install -g @azure-tools/typespec-client-generator-cli | ||
displayName: 'Install tsp-client' | ||
- task: PowerShell@2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters