Skip to content

Commit

Permalink
Disable StoreBroker telemetry, because it keeps failing
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Feb 5, 2024
1 parent 7a8bcc6 commit 9021378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ jobs:
$Cred = New-Object System.Management.Automation.PSCredential($user, $password)
Set-StoreBrokerAuthentication -TenantId ${{ secrets.MS_TENANT_ID }} -Credential $Cred
$appId = "9P61S67DVWM2"
$global:SBDisableTelemetry = $true
# Create submission package
New-SubmissionPackage -ConfigPath .\submission.json -AppxPath .\Tonbrett.msix -OutPath out -OutName package
# Create new submission
Expand Down

0 comments on commit 9021378

Please sign in to comment.