Skip to content

Commit 76dbe76

Browse files
authored
Update azure-pipelines.yml
1 parent c3847d8 commit 76dbe76

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resources:
1919
- repository: microsoftai
2020
type: git
2121
name: one/AGAI-Industrial-CICD
22-
ref: refs/heads/release/eap_alpha_5
22+
ref: refs/heads/release/beta-1
2323
- repository: industrialai
2424
type: git
2525
name: one/AGAI-Industrial-AI
@@ -41,6 +41,7 @@ extends:
4141
variables: # More settings at https://aka.ms/obpipelines/yaml/jobs
4242
ob_outputDirectory: '$(Build.SourcesDirectory)/out' # this directory is uploaded to pipeline artifacts, reddog and cloudvault. More info at https://aka.ms/obpipelines/artifacts
4343
steps:
44+
- checkout: self
4445
- checkout: industrialai
4546

4647
- template: .ci/steps/python_ai_test.yml@microsoftai
@@ -53,3 +54,5 @@ extends:
5354
ob_outputDirectory: '$(Build.SourcesDirectory)/out' # this directory is uploaded to pipeline artifacts, reddog and cloudvault. More info at https://aka.ms/obpipelines/artifacts
5455
steps:
5556
- template: .ci/steps/python_ai_safety.yml@microsoftai
57+
parameters:
58+
SrcRoot: $(System.DefaultWorkingDirectory)/src

0 commit comments

Comments
 (0)