mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-19 21:03:11 -07:00
Internal builds now require the OAuth access token (#457)
This commit is contained in:
parent
5a6c6f4274
commit
775771d62a
1 changed files with 14 additions and 12 deletions
|
@ -46,6 +46,8 @@ jobs:
|
|||
|
||||
- task: PkgESCodeSign@10
|
||||
displayName: Send bundle to Package ES code signing service
|
||||
env:
|
||||
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
|
||||
inputs:
|
||||
signConfigXml: build\config\SignConfig.xml
|
||||
inPathRoot: $(Build.ArtifactStagingDirectory)\appxBundle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue