File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ COPY build.ps1 containerFiles/build.ps1
23
23
24
24
# Add an environment variable for build versioning
25
25
ENV VSTS_BUILD=1
26
- ENV VSTS_BUILD_VERSION=2.0.0
26
+ ENV VSTS_BUILD_VERSION=2.0.1
27
27
28
28
# Uncomment to debug locally
29
29
# RUN Import-Module ./containerFiles/dockerInstall.psm1; `
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ task Clean {
76
76
Write-Host " `n ### Cleaning vscode-powershell`n " - ForegroundColor Green
77
77
Remove-Item .\modules\* - Exclude " README.md" - Recurse - Force - ErrorAction Ignore
78
78
Remove-Item .\out - Recurse - Force - ErrorAction Ignore
79
- exec { & npm prune }
79
+ Remove-Item - Force - Recurse node_modules - ErrorAction Ignore
80
80
}
81
81
82
82
task CleanEditorServices {
You can’t perform that action at this time.
0 commit comments