diff --git a/.azure-pipelines/publish-nightly.yml b/.azure-pipelines/publish-nightly.yml index 344bbdfd..fdf60267 100644 --- a/.azure-pipelines/publish-nightly.yml +++ b/.azure-pipelines/publish-nightly.yml @@ -41,8 +41,8 @@ extends: workingDirectory: $(Build.SourcesDirectory)/dependencies/vscode/out-monaco-editor-core testPlatforms: [] buildSteps: - - name: Install libkrb5-dev - run: sudo apt install -y libkrb5-dev + - script: sudo apt install -y libkrb5-dev + displayName: Install libkrb5-dev - script: npm ci displayName: Install NPM dependencies