Skip to content

Commit

Permalink
- Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Cornu committed May 21, 2024
1 parent c7be559 commit a9cb154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
shell: pwsh
working-directory: ./
run: |
./deploy/deploy-teams.ps1 -Env CI -Version "$env:VERSION"
./deploy/deploy-teams.ps1 -Env CI -Version "$env:VERSION" -Verbose
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy-teams.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $env:ENV_MSSearchAppClientId = $ENV_MSSearchAppClientId
$env:ENV_MSSearchAppScopes = $ENV_MSSearchAppScopes

# > Connect to the Azure environment
Write-Verbose "[TeamsFx] Login to Azure..."
Write-Verbose "[TeamsFx] Login to Azure with AppId $($ENV_AzDeployAppId)..."
teamsfx account login azure --service-principal --username $ENV_AzDeployAppId --password $ENV_AzDeployAppSecret --tenant $ENV_AzDeployTenantId

# > Generate TeamsFx .env file for that environment according to the loaded environment variables
Expand Down

0 comments on commit a9cb154

Please sign in to comment.