Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed Mar 5, 2024
1 parent 5908e61 commit d5c5bd4
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .azure-pipelines/vscode-gradle-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ extends:
gradleWrapperFile: 'gradlew'
gradleOptions: '-Xmx3072m'
tasks: 'prepareForRelease'
- bash: |
cd $(Build.SourcesDirectory)/extension/lib
chmod +x gradle-server
- bash: chmod +x gradle-server
workingDirectory: $(Build.SourcesDirectory)/extension/lib
displayName: Set permission
- task: EsrpCodeSigning@2
displayName: 'ESRP CodeSigning'
Expand Down Expand Up @@ -94,14 +93,14 @@ extends:
"ToolVersion" : "1.0"
}
]
- bash: |
cd $(Build.SourcesDirectory)/extension
- bash:
npx json@latest -I -f package.json -e "this.aiKey=\"$(AI_KEY)\""
workingDirectory: $(Build.SourcesDirectory)/extension
displayName: Replace AI Key
- bash: |
cd $(Build.SourcesDirectory)/extension
node ./scripts/prepare-nightly-build.js
mv ./package.insiders.json ./package.json
workingDirectory: $(Build.SourcesDirectory)/extension
displayName: Generate new package.json
- task: ComponentGovernanceComponentDetection@0
inputs:
Expand Down Expand Up @@ -170,9 +169,8 @@ extends:
"ToolVersion" : "1.0"
}
]
- bash: |
cd $(Build.SourcesDirectory)/extension
npx @vscode/vsce@latest package --pre-release
- bash: npx @vscode/vsce@latest package --pre-release
workingDirectory: $(Build.SourcesDirectory)/extension
displayName: Package VSIX
### Copy files for APIScan
- task: CopyFiles@2
Expand Down

0 comments on commit d5c5bd4

Please sign in to comment.