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
3 changes: 1 addition & 2 deletions .pipelines/vscode-powershell-OneBranch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ extends:
EnableCDPxPAT: false
WindowsHostVersion:
Version: 2022
Network: KS3
release:
category: NonAzure
stages:
Expand Down Expand Up @@ -180,7 +179,7 @@ extends:
feed:
organization: msazure
project: One
feedName: npmjs
feedName: vsce
steps:
- pwsh: |
Write-Host Publishing: $(vsixVersion), pre-release: $(prerelease)
Expand Down
6 changes: 0 additions & 6 deletions vscode-powershell.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ task Build RestoreEditorServices, RestoreNode, {
Write-Build DarkGreen "Building vscode-powershell"
Assert-Build (Test-Path ./modules/PowerShellEditorServices/bin) "Extension requires PSES"

# TODO: When supported we should use `esbuild` for the tests too. Although
# we now use `esbuild` to transpile, bundle, and minify the extension, we
# still use `tsc` to transpile everything in `src` and `test` because the VS
# Code test runner expects individual files (and globs them at runtime).
# Unfortunately `esbuild` doesn't support emitting 1:1 files (yet).
# https://github.com/evanw/esbuild/issues/944
switch ($Configuration) {
"Debug" { Invoke-BuildExec { & npm run compile } }
"Release" { Invoke-BuildExec { & npm run compile -- --minify } }
Expand Down
Loading