Skip to content

Commit

Permalink
fix: Add Docs in vsce package (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
CsCherrYY committed Sep 23, 2021
1 parent 01794c6 commit 43a672e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure-pipelines/vscode-gradle-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ steps:
gradleWrapperFile: 'gradlew'
gradleOptions: '-Xmx3072m'
tasks: 'build'
- task: Gradle@2
displayName: PrepareForRelease
inputs:
gradleWrapperFile: 'gradlew'
gradleOptions: '-Xmx3072m'
tasks: 'prepareForRelease'
- bash: |
cd $(Build.SourcesDirectory)/extension/lib
chmod +x gradle-server
Expand Down

0 comments on commit 43a672e

Please sign in to comment.