Skip to content

Commit ef9c7ce

Browse files
committed
add suggested params
1 parent 2be26ba commit ef9c7ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pipelines/templates/.build-and-test-windows-vhd-template.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ stages:
9191
condition: and(succeeded(), eq('${{ parameters.build }}', True))
9292
variables:
9393
TAGS_TO_RUN: imageName=${{ parameters.imageName }}
94+
GALLERY_SUBSCRIPTION_ID_WINDOWS: $(AZURE_BUILD_SUBSCRIPTION_ID)
95+
GALLERY_RESOURCE_GROUP_WINDOWS: $(AZURE_BUILD_RESOURCE_GROUP_NAME)
9496
jobs:
9597
- template: ./e2e-template.yaml
9698
parameters:

0 commit comments

Comments
 (0)