diff --git a/.azure-pipelines/common-templates/install-tools.yml b/.azure-pipelines/common-templates/install-tools.yml index 2dcdfbfdbe..7c024fb21a 100644 --- a/.azure-pipelines/common-templates/install-tools.yml +++ b/.azure-pipelines/common-templates/install-tools.yml @@ -28,7 +28,7 @@ steps: - task: NodeTool@0 displayName: Install NodeJs inputs: - versionSpec: 16.x + versionSpec: 18.x - task: Npm@1 displayName: Install AutoRest @@ -47,4 +47,14 @@ steps: inputs: command: custom customCommand: install -g @microsoft/rush - + + - task: PowerShell@2 + displayName: Rush Build + inputs: + targetType: inline + pwsh: true + workingDirectory: "autorest.powershell" + script: | + rush install + rush link + rush rebuild \ No newline at end of file diff --git a/autorest.powershell b/autorest.powershell index 4c07b35784..77bbb4b2f5 160000 --- a/autorest.powershell +++ b/autorest.powershell @@ -1 +1 @@ -Subproject commit 4c07b3578442ad6ad88e144e0b98b0210bacef71 +Subproject commit 77bbb4b2f583ce185f4dc3223db4453367a9f085