mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 13:31:07 +01:00
also minify reh, web
This commit is contained in:
@@ -7,7 +7,7 @@ steps:
|
|||||||
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
|
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
|
||||||
inputs:
|
inputs:
|
||||||
keyfile: '.build/commit'
|
keyfile: '.build/commit'
|
||||||
targetfolder: '.build, **/out-vscode-min'
|
targetfolder: '.build, **/out-vscode-min, **/out-vscode-reh-min, **/out-vscode-web-min'
|
||||||
vstsFeed: 'npm-vscode'
|
vstsFeed: 'npm-vscode'
|
||||||
platformIndependent: true
|
platformIndependent: true
|
||||||
alias: 'Compilation'
|
alias: 'Compilation'
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ steps:
|
|||||||
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
|
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
|
||||||
inputs:
|
inputs:
|
||||||
keyfile: '.build/commit'
|
keyfile: '.build/commit'
|
||||||
targetfolder: '.build, **/out-vscode-min'
|
targetfolder: '.build, **/out-vscode-min, **/out-vscode-reh-min, **/out-vscode-web-min'
|
||||||
vstsFeed: 'npm-vscode'
|
vstsFeed: 'npm-vscode'
|
||||||
platformIndependent: true
|
platformIndependent: true
|
||||||
alias: 'Compilation'
|
alias: 'Compilation'
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ steps:
|
|||||||
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
|
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
|
||||||
inputs:
|
inputs:
|
||||||
keyfile: '.build/commit'
|
keyfile: '.build/commit'
|
||||||
targetfolder: '.build, **/out-vscode-min'
|
targetfolder: '.build, **/out-vscode-min, **/out-vscode-reh-min, **/out-vscode-web-min'
|
||||||
vstsFeed: 'npm-vscode'
|
vstsFeed: 'npm-vscode'
|
||||||
platformIndependent: true
|
platformIndependent: true
|
||||||
alias: 'Compilation'
|
alias: 'Compilation'
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ steps:
|
|||||||
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
|
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
|
||||||
inputs:
|
inputs:
|
||||||
keyfile: '.build/commit'
|
keyfile: '.build/commit'
|
||||||
targetfolder: '.build, **/out-vscode-min'
|
targetfolder: '.build, **/out-vscode-min, **/out-vscode-reh-min, **/out-vscode-web-min'
|
||||||
vstsFeed: 'npm-vscode'
|
vstsFeed: 'npm-vscode'
|
||||||
platformIndependent: true
|
platformIndependent: true
|
||||||
alias: 'Compilation'
|
alias: 'Compilation'
|
||||||
@@ -100,13 +100,15 @@ steps:
|
|||||||
yarn gulp compile-build
|
yarn gulp compile-build
|
||||||
yarn gulp compile-extensions-build
|
yarn gulp compile-extensions-build
|
||||||
yarn gulp minify-vscode
|
yarn gulp minify-vscode
|
||||||
|
yarn gulp minify-vscode-reh
|
||||||
|
yarn gulp minify-vscode-server
|
||||||
displayName: Compile
|
displayName: Compile
|
||||||
condition: and(succeeded(), ne(variables['CacheRestored-Compilation'], 'true'))
|
condition: and(succeeded(), ne(variables['CacheRestored-Compilation'], 'true'))
|
||||||
|
|
||||||
- task: 1ESLighthouseEng.PipelineArtifactCaching.SaveCacheV1.SaveCache@1
|
- task: 1ESLighthouseEng.PipelineArtifactCaching.SaveCacheV1.SaveCache@1
|
||||||
inputs:
|
inputs:
|
||||||
keyfile: '.build/commit'
|
keyfile: '.build/commit'
|
||||||
targetfolder: '.build, **/out-vscode-min'
|
targetfolder: '.build, **/out-vscode-min, **/out-vscode-reh-min, **/out-vscode-web-min'
|
||||||
vstsFeed: 'npm-vscode'
|
vstsFeed: 'npm-vscode'
|
||||||
platformIndependent: true
|
platformIndependent: true
|
||||||
alias: 'Compilation'
|
alias: 'Compilation'
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ steps:
|
|||||||
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
|
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
|
||||||
inputs:
|
inputs:
|
||||||
keyfile: '.build/commit'
|
keyfile: '.build/commit'
|
||||||
targetfolder: '.build, **/out-vscode-min'
|
targetfolder: '.build, **/out-vscode-min, **/out-vscode-reh-min, **/out-vscode-web-min'
|
||||||
vstsFeed: 'npm-vscode'
|
vstsFeed: 'npm-vscode'
|
||||||
platformIndependent: true
|
platformIndependent: true
|
||||||
alias: 'Compilation'
|
alias: 'Compilation'
|
||||||
|
|||||||
Reference in New Issue
Block a user