Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions eng/pipelines/templates/steps/sdk-testgen-set-env.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template for setup rush env
steps:
- task: NodeTool@0
inputs:
versionSpec: "16.15"
displayName: "Install Node.js"
- task: GoTool@0
inputs:
version: '1.22.1'
displayName: "Install Go"
- script: |
npm install -g "@microsoft/rush"
rush install
displayName: "Install dependencies"
# Template for setup rush env
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.x"
displayName: "Install Node.js"
- task: GoTool@0
inputs:
version: '1.22.1'
displayName: "Install Go"
- script: |
npm install -g "@microsoft/rush"
rush install
displayName: "Install dependencies"
workingDirectory: $(Build.SourcesDirectory)/tools/sdk-testgen
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@autorest/testmodeler",
"comment": "Update dependencies",
"type": "patch"
}
],
"packageName": "@autorest/testmodeler"
}
Loading