Created
September 30, 2019 00:42
-
-
Save garrytrinder/0b0e0bc62c1817958c66dc4ee67fbe92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $manifest = Get-Content -Path $(System.DefaultWorkingDirectory)/teams-app-CI/package/teams-app/manifest.json | ConvertFrom-Json | |
| $appId = $manifest.id | |
| Write-Host "##vso[task.setvariable variable=appId;]$appId" | |
| Write-Host "Set environment variable to $($env:APPID)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment