Azure should build on tag too, change win secrets test

This commit is contained in:
Gene Hoffman 2020-06-15 14:14:05 -07:00 committed by Gene Hoffman
parent e5b8c48e6c
commit 5c913320c9
2 changed files with 7 additions and 3 deletions

View File

@ -7,8 +7,9 @@ trigger:
branches:
include:
- "*"
#- master
#- dev
tags:
include:
- "*"
pool:
vmImage: "macOS-10.14"

View File

@ -94,7 +94,10 @@ Write-Output "node winstaller.js"
node winstaller.js
Write-Output " ---"
If ($env:HAS_SECRETS) {
Write-Output "HAS SECRET is:"
Get-Childitem env:HAS_SECRET
If ($env:HAS_SECRETS -eq "true") {
Write-Output " ---"
Write-Output "Add timestamp and verify signature"
Write-Output " ---"