File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.azure-pipelines/generation-templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156
157157 # Push changes to msgraph-metadata repo
158158 - pwsh : ' $(scriptsDirectory)/git-push-cleanmetadata.ps1'
159- condition : not ('${{ parameters.skipOpenAPIPRGeneration }}')
159+ condition : eq ('${{ parameters.skipOpenAPIPRGeneration }}', false )
160160 displayName : Publish ${{ parameters.endpoint }} OpenAPI description to msgraph-metadata repo
161161 env :
162162 CreateOpenAPIPR : True
@@ -177,7 +177,7 @@ jobs:
177177 SecretsFilter : " microsoft-graph-devx-bot-appid,microsoft-graph-devx-bot-privatekey"
178178
179179 - pwsh : ' $(scriptsDirectory)/create-pull-request.ps1'
180- condition : not ('${{ parameters.skipOpenAPIPRGeneration }}')
180+ condition : eq ('${{ parameters.skipOpenAPIPRGeneration }}', false )
181181 displayName : ' Create Pull Request for the generated OpenAPI files for msgraph-metadata'
182182 env :
183183 BaseBranch : master
You can’t perform that action at this time.
0 commit comments