We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058e4de commit 89635feCopy full SHA for 89635fe
.scripts/automation_generate.sh
@@ -5,7 +5,7 @@ nvm use default
5
6
cd ..
7
8
-file_path="azure-rest-api-specs/branch.txt"
+file_path="azure-rest-api-specs/.js/branch.txt"
9
# Check if the file exists
10
if [ -f "$file_path" ]; then
11
# Load the content of the file into a variable
@@ -35,7 +35,4 @@ pnpm run build
35
cd ../../..
36
37
cd azure-sdk-for-js
38
-echo '----------------- pwd start'
39
-pwd
40
-echo '----------------- pwd end'
41
node ../azure-sdk-tools/tools/js-sdk-release-tools/dist/autoGenerateInPipeline.js --inputJsonPath=$1 --outputJsonPath=$2 --use=@autorest/typescript@^6.0.12 --typespecEmitter=@azure-tools/typespec-ts
0 commit comments