mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
adding AST to the build pipeline
This commit is contained in:
@@ -17,6 +17,11 @@ steps:
|
||||
versionSpec: '10.x'
|
||||
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
|
||||
inputs:
|
||||
targetType: 'inline'
|
||||
|
||||
4
sign.js
4
sign.js
@@ -1,8 +1,8 @@
|
||||
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(
|
||||
`echo 'Heyo!'`,
|
||||
`azuresigntool sign --help`,
|
||||
{
|
||||
stdio: "inherit"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user