File tree 6 files changed +11
-11
lines changed
src/Authentication/Authentication
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 41
41
- task : PowerShell@2
42
42
displayName : ' Build Auth Modules'
43
43
inputs :
44
- filePath : ' $(System.DefaultWorkingDirectory)/tools/BuildModule .ps1'
45
- arguments : ' -Module "Authentication" -ModulePrefix $(MODULE_PREFIX) -EnableSigning'
44
+ filePath : ' $(System.DefaultWorkingDirectory)/tools/GenerateAuthenticationModule .ps1'
45
+ arguments : ' -RepositoryApiKey $(Api_Key) -ArtifactsLocation $(Build.ArtifactStagingDirectory) -Build -EnableSigning'
46
46
pwsh : true
47
47
48
48
- task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
Original file line number Diff line number Diff line change 29
29
displayName : ' Generate and Build Roll-Up Module'
30
30
inputs :
31
31
filePath : ' $(System.DefaultWorkingDirectory)/tools/GenerateRollUpModule.ps1'
32
- arguments : ' -RepositoryName $(Repository_Name) - RepositoryApiKey $(Api_Key) -ModuleVersion $(Module_Version ) -ArtifactsLocation $(Build.ArtifactStagingDirectory)/$(GRAPH_VERSION)/ -BetaGraphVersion'
32
+ arguments : ' -RepositoryApiKey $(Api_Key) -ArtifactsLocation $(Build.ArtifactStagingDirectory)/$(GRAPH_VERSION)/ -BetaGraphVersion'
33
33
pwsh : true
34
34
35
35
- task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
37
37
displayName : ' Install AutoRest'
38
38
inputs :
39
39
command : ' custom'
40
- customCommand : ' install -g @autorest/autorest@3.0.6114 '
40
+ customCommand : ' install -g @autorest/autorest'
41
41
42
42
- task : PowerShell@2
43
43
displayName : ' Build Auth Modules'
44
44
inputs :
45
- filePath : ' $(System.DefaultWorkingDirectory)/tools/BuildModule .ps1'
46
- arguments : ' -Module "Authentication" -ModulePrefix $(MODULE_PREFIX ) -ModuleVersion $(Module_Version) -EnableSigning'
45
+ filePath : ' $(System.DefaultWorkingDirectory)/tools/GenerateAuthenticationModule .ps1'
46
+ arguments : ' -RepositoryApiKey $(Api_Key ) -ArtifactsLocation $(Build.ArtifactStagingDirectory) -Build -EnableSigning'
47
47
pwsh : true
48
48
49
49
- task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
@@ -123,7 +123,7 @@ jobs:
123
123
displayName : ' Generate and Build Graph Resource Modules'
124
124
inputs :
125
125
filePath : ' $(System.DefaultWorkingDirectory)/tools/GenerateModules.ps1'
126
- arguments : ' -RepositoryName $(Repository_Name) - RepositoryApiKey $(Api_Key) -ModuleVersion $(Module_Version ) -ArtifactsLocation $(Build.ArtifactStagingDirectory)\$(GRAPH_VERSION)\ -UseLocalDoc -Build -EnableSigning'
126
+ arguments : ' -RepositoryApiKey $(Api_Key) -ArtifactsLocation $(Build.ArtifactStagingDirectory)\$(GRAPH_VERSION)\ -UseLocalDoc -Build -EnableSigning'
127
127
pwsh : true
128
128
129
129
- task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
Original file line number Diff line number Diff line change 29
29
displayName : ' Generate and Build Roll-Up Module'
30
30
inputs :
31
31
filePath : ' $(System.DefaultWorkingDirectory)/tools/GenerateRollUpModule.ps1'
32
- arguments : ' -RepositoryName $(Repository_Name) - RepositoryApiKey $(Api_Key) -ModuleVersion $(Module_Version ) -ArtifactsLocation $(Build.ArtifactStagingDirectory)\$(GRAPH_VERSION)\'
32
+ arguments : ' -RepositoryApiKey $(Api_Key) -ArtifactsLocation $(Build.ArtifactStagingDirectory)\$(GRAPH_VERSION)\'
33
33
pwsh : true
34
34
35
35
- task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ jobs:
35
35
displayName : ' Install AutoRest'
36
36
inputs :
37
37
command : ' custom'
38
- customCommand : ' install -g @autorest/autorest@3.0.6114 '
38
+ customCommand : ' install -g @autorest/autorest'
39
39
40
40
- task : PowerShell@2
41
41
displayName : ' Generate and Build Graph Resource Modules'
42
42
inputs :
43
43
filePath : ' $(System.DefaultWorkingDirectory)/tools/GenerateModules.ps1'
44
- arguments : ' -RepositoryName $(Repository_Name) - RepositoryApiKey $(Api_Key) -ModuleVersion $(Module_Version ) -ArtifactsLocation $(Build.ArtifactStagingDirectory)\$(GRAPH_VERSION)\ -UseLocalDoc -Build'
44
+ arguments : ' -RepositoryApiKey $(Api_Key) -ArtifactsLocation $(Build.ArtifactStagingDirectory)\$(GRAPH_VERSION)\ -UseLocalDoc -Build'
45
45
pwsh : true
46
46
47
47
- task : YodLabs.O365PostMessage.O365PostMessageBuild.O365PostMessageBuild@0
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ DotNetFrameworkVersion = '4.7.2'
63
63
# TypesToProcess = @()
64
64
65
65
# Format files (.ps1xml) to be loaded when importing this module
66
- FormatsToProcess = ' ./Microsoft.Graph.Authentication.Format .ps1xml'
66
+ FormatsToProcess = ' ./Microsoft.Graph.Authentication.format .ps1xml'
67
67
68
68
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
69
69
# NestedModules = @()
You can’t perform that action at this time.
0 commit comments