Skip to content

Commit 8c670f9

Browse files
committed
make the pipeline production ready
1 parent ef3e49c commit 8c670f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/generate-v1.0-models.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
type: github
1313
endpoint: microsoftgraph
1414
name: microsoftgraph/msgraph-sdk-java
15-
ref: zengin/namespacesRelease # checkout the dev branch
15+
ref: dev # checkout the dev branch
1616
- repository: msgraph-metadata
1717
type: github
1818
endpoint: microsoftgraph
@@ -57,7 +57,7 @@ steps:
5757
Write-Host "Path to clean metadata $cleanMetadata"
5858
Write-Host "##vso[task.setvariable variable=cleanMetadata]$cleanMetadata"
5959
60-
$branchName = "zengin/namespacesJava2" # Match the spec in the GH Action
60+
$branchName = "v1.0/pipelinebuild/$env:Build_BuildId" # Match the spec in the GH Action
6161
Write-Host "Branch path spec for the pull request will be $branchName"
6262
Write-Host "##vso[task.setvariable variable=branchName]$branchName"
6363

0 commit comments

Comments
 (0)