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: eng/pipelines/templates/steps/build-package-artifacts.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ parameters:
17
17
- name: ArtifactSuffix
18
18
type: string
19
19
default: ''
20
+
- name: UseVirtualEnvironment
21
+
type: boolean
22
+
default: true
20
23
21
24
# The variable TargetingString is set by template `eng/pipelines/templates/steps/targeting-string-resolve.yml`. This template is invoked from yml files:
0 commit comments