Skip to content

Commit

Permalink
Add 'did you know' and 'realtime w/ keyword' template (#341)
Browse files Browse the repository at this point in the history
* added did you know `ai dev new` capabilities

* added did you know to two more js templates

* added realtime with keyword template

* Update signing build pipeline steps to match carbon

* update csharp templates to be more templatey

* refactored more c#

* more c# templatization; fix ai dev new list test
  • Loading branch information
robch authored Nov 26, 2024
1 parent d47c7e1 commit 68a7eb1
Show file tree
Hide file tree
Showing 116 changed files with 3,649 additions and 3,092 deletions.
9 changes: 7 additions & 2 deletions .azure/pipelines/sign-dll-exe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ parameters:
default: true

steps:
- task: EsrpCodeSigning@4
- task: EsrpCodeSigning@5
displayName: ${{ parameters.displayName }}
inputs:
ConnectedServiceName: 'Speech SDK ESRP Signing Alternate'
ConnectedServiceName: 'Speech SDK ESRP Signing (WFManagedIdentity)'
AppRegistrationClientId: '6d919f2f-5597-4551-b911-688a1fdf8731'
AppRegistrationTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
AuthAKVName: 'CarbonESRPVault'
AuthCertName: 'CarbonESRPAuthCert'
AuthSignCertName: 'CarbonESRPSigningCert'
FolderPath: '${{ parameters.folderPath }}'
Pattern: '${{ parameters.pattern }}'
signConfigType: inlineSignParams
Expand Down
9 changes: 7 additions & 2 deletions .azure/pipelines/sign-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ parameters:
default: true

steps:
- task: EsrpCodeSigning@4
- task: EsrpCodeSigning@5
displayName: ${{ parameters.displayName }}
inputs:
ConnectedServiceName: 'Speech SDK ESRP Signing Alternate'
ConnectedServiceName: 'Speech SDK ESRP Signing (WFManagedIdentity)'
AppRegistrationClientId: '6d919f2f-5597-4551-b911-688a1fdf8731'
AppRegistrationTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
AuthAKVName: 'CarbonESRPVault'
AuthCertName: 'CarbonESRPAuthCert'
AuthSignCertName: 'CarbonESRPSigningCert'
FolderPath: '${{ parameters.folderPath }}'
Pattern: '${{ parameters.pattern }}'
signConfigType: inlineSignParams
Expand Down
Loading

0 comments on commit 68a7eb1

Please sign in to comment.