fix: resolve release app bundle root
This commit is contained in:
parent
7f415ee09f
commit
b3f5e8242a
2 changed files with 3 additions and 1 deletions
|
|
@ -107,6 +107,8 @@ test('release pipeline verifies the updater signature against embedded product t
|
|||
assert.match(source, /HoloLakeExecutableSha256/)
|
||||
assert.match(source, /NOTARIZED_APP_SOURCE_BINARY_MISMATCH/)
|
||||
assert.match(source, /APPLE_APP_NOTARIZATION_ACCEPTED_AND_STAPLED_DMG_CONTAINS_NOTARIZED_APP/)
|
||||
assert.match(source, /path\.resolve\(appExecutable, '\.\.\/\.\.\/\.\.'\)/)
|
||||
assert.doesNotMatch(source, /path\.resolve\(appExecutable, '\.\.\/\.\.\/\.\.\/\.\.'\)/)
|
||||
})
|
||||
|
||||
test('Windows updater keeps signed installation but never claims the macOS rollback boundary', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue