File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ jobs:
3636 displayName : ' Install AutoRest'
3737 inputs :
3838 command : ' custom'
39- customCommand : ' install -g @autorest/autorest@3.0.6114 '
39+ customCommand : ' install -g @autorest/autorest'
4040
4141 - task : PowerShell@2
4242 displayName : ' Build Auth Modules'
4343 inputs :
4444 filePath : ' $(System.DefaultWorkingDirectory)/tools/BuildModule.ps1'
45- arguments : ' -Module "Authentication" -ModulePrefix $(MODULE_PREFIX) -ModuleVersion $(Module_Version) - EnableSigning -ReleaseNotes $(Release_Notes) '
45+ arguments : ' -Module "Authentication" -ModulePrefix $(MODULE_PREFIX) -EnableSigning'
4646 pwsh : true
4747
4848 - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
@@ -122,7 +122,7 @@ jobs:
122122 displayName : ' Generate and Build Graph Resource Modules'
123123 inputs :
124124 filePath : ' $(System.DefaultWorkingDirectory)/tools/GenerateModules.ps1'
125- arguments : ' -RepositoryName $(Repository_Name) - RepositoryApiKey $(Api_Key) -ModuleVersion $(Module_Version ) -ArtifactsLocation $(Build.ArtifactStagingDirectory)\$(GRAPH_VERSION)\ -UseLocalDoc -BetaGraphVersion -Build -EnableSigning'
125+ arguments : ' -RepositoryApiKey $(Api_Key) -ArtifactsLocation $(Build.ArtifactStagingDirectory)\$(GRAPH_VERSION)\ -UseLocalDoc -BetaGraphVersion -Build -EnableSigning'
126126 pwsh : true
127127
128128 - task : SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
You can’t perform that action at this time.
0 commit comments