You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-pipelines.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ resources:
19
19
- repository: microsoftai
20
20
type: git
21
21
name: one/AGAI-Industrial-CICD
22
-
ref: refs/heads/release/eap_alpha_5
22
+
ref: refs/heads/release/beta-1
23
23
- repository: industrialai
24
24
type: git
25
25
name: one/AGAI-Industrial-AI
@@ -41,6 +41,7 @@ extends:
41
41
variables: # More settings at https://aka.ms/obpipelines/yaml/jobs
42
42
ob_outputDirectory: '$(Build.SourcesDirectory)/out'# this directory is uploaded to pipeline artifacts, reddog and cloudvault. More info at https://aka.ms/obpipelines/artifacts
ob_outputDirectory: '$(Build.SourcesDirectory)/out'# this directory is uploaded to pipeline artifacts, reddog and cloudvault. More info at https://aka.ms/obpipelines/artifacts
0 commit comments