Skip to content

Commit

Permalink
vsts extension temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tesar-tech committed Nov 10, 2023
1 parent 1776e0b commit f905dbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions NoApp/LongTimeNoTouch.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Usual issues when updating TremAn app after longer period of time.
- Pipelines->Library->Secure files
- change the file
- Then grant access to the file in the pipeline (pipeline will prompt you to do so when arriving to the task)
- Change the certification thumbprint in csproj `<PackageCertificateThumbprint>NewThumbPrint</PackageCertificateThumbprint>`
- Not sure how to obtain in, other than the pipeline will fail with proper error message: `Certificate does not match supplied signing thumbprint`


## App secrete expired

- Go to https://partner.microsoft.com/en-us/dashboard/account/v3/usermanagement
- Micorosoft Entra application
- Click on the item, genereate new secret
- Paste the secrete into Client Secret and password on Project settings-> Service connections -> NaWinDevCenter
2 changes: 2 additions & 0 deletions pipelines/azure-pipelines-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ steps:
'"App version is: $(versionOfApp)"'
- task: store-publish@0
env:
NODE_TLS_REJECT_UNAUTHORIZED: 0 # https://github.com/microsoft/windows-dev-center-vsts-extension/issues/104
inputs:
serviceEndpoint: 'NaWinDevCenter'
appId: '9NL11TZLSFDP'
Expand Down

0 comments on commit f905dbe

Please sign in to comment.