mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
adding AST to the build pipeline
This commit is contained in:
parent
a21127e187
commit
1465d3e4cc
@ -17,6 +17,11 @@ steps:
|
|||||||
versionSpec: '10.x'
|
versionSpec: '10.x'
|
||||||
displayName: 'Install Node.js'
|
displayName: 'Install Node.js'
|
||||||
|
|
||||||
|
- script: |
|
||||||
|
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
|
||||||
|
dotnet tool install --global AzureSignTool --version 2.0.17
|
||||||
|
displayName: 'install AzureSignTool'
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
inputs:
|
inputs:
|
||||||
targetType: 'inline'
|
targetType: 'inline'
|
||||||
|
4
sign.js
4
sign.js
@ -1,8 +1,8 @@
|
|||||||
exports.default = async function(configuration) {
|
exports.default = async function(configuration) {
|
||||||
console.log(`config:\n${JSON.stringify(configuration)}`)
|
console.log(`config:\n${JSON.stringify(configuration, null, 4)}`)
|
||||||
|
|
||||||
require("child_process").execSync(
|
require("child_process").execSync(
|
||||||
`echo 'Heyo!'`,
|
`azuresigntool sign --help`,
|
||||||
{
|
{
|
||||||
stdio: "inherit"
|
stdio: "inherit"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user