Skip to content

Commit ded3445

Browse files
committed
Merge branch 'dev'
2 parents 1cf9641 + 9505218 commit ded3445

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.azure-pipelines/generate-auth-module-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
ConnectedServiceName: 'microsoftgraph ESRP CodeSign DLL and NuGet (AKV)'
132132
FolderPath: $(AUTH_MODULE_PATH)
133133
# Recursively finds files matching these patterns:
134-
Pattern: 'Microsoft.Graph.Authentication.dll, Microsoft.Graph.Authentication.Core.dll, InitializeAssemblyResolver.ps1'
134+
Pattern: 'Microsoft.Graph.Authentication.dll, Microsoft.Graph.Authentication.Core.dll, *.ps1'
135135
signConfigType: inlineSignParams
136136
inlineOperation: |
137137
[

.azure-pipelines/generation-templates/generate-command-metadata-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4+
steps:
45
- task: PowerShell@2
56
displayName: Generate command metadata
67
inputs:

.azure-pipelines/generation-templates/generate-service-modules.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
parameters:
55
- name: ModulesToGenerate
66
type: string
7+
default: ""
78
- name: AuthModulePath
89
type: string
910
- name: ServiceModulePath

0 commit comments

Comments
 (0)