We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c25dfb commit 5150f08Copy full SHA for 5150f08
.pipelines/build/manifests.jobs.yaml
@@ -24,7 +24,9 @@ jobs:
24
pool:
25
type: docker
26
os: linux
27
+ vmImage: $(LinuxContainerImage)
28
variables:
29
+ LinuxContainerImage: $(LinuxContainerImage)
30
ob_outputDirectory: $(Build.SourcesDirectory)/out
31
ob_git_checkout: false
32
.pipelines/run-pipeline.yaml
@@ -27,7 +27,6 @@ stages:
- setup
- unittest
- ACN_DIR: drop_setup_env_source
ACN_PACKAGE_PATH: github.com/Azure/azure-container-networking
CNI_AI_PATH: $(ACN_PACKAGE_PATH)/telemetry.aiMetadata
33
CNS_AI_PATH: $(ACN_PACKAGE_PATH)/cns/logger.aiMetadata
0 commit comments