File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ jobs:
3535 displayName : ' Install AutoRest'
3636 inputs :
3737 command : ' custom'
38- customCommand : ' install -g @autorest/autorest@3.0.6114 '
38+ customCommand : ' install -g @autorest/autorest'
3939
4040 - task : PowerShell@2
4141 displayName : ' Generate and Build Graph Resource Modules'
4242 inputs :
4343 filePath : ' $(System.DefaultWorkingDirectory)/tools/GenerateModules.ps1'
44- arguments : ' -RepositoryName $(Repository_Name) - RepositoryApiKey $(Api_Key) -ModuleVersion $(Module_Version ) -ArtifactsLocation $(Build.ArtifactStagingDirectory)\$(GRAPH_VERSION)\ -UseLocalDoc -BetaGraphVersion -Build'
44+ arguments : ' -RepositoryApiKey $(Api_Key) -ArtifactsLocation $(Build.ArtifactStagingDirectory)\$(GRAPH_VERSION)\ -UseLocalDoc -BetaGraphVersion -Build'
4545 pwsh : true
4646
4747 - task : YodLabs.O365PostMessage.O365PostMessageBuild.O365PostMessageBuild@0
You can’t perform that action at this time.
0 commit comments