Skip to content

Commit 7cadb15

Browse files
committed
Remove Environment param
1 parent 6299edb commit 7cadb15

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

eng/pipelines/templates/stages/archetype-rust-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ parameters:
1414
- name: DevFeedName
1515
type: string
1616
default: 'public/azure-sdk-for-rust'
17-
- name: Environment
18-
type: string
19-
default: 'cratesio'
2017

2118
stages:
2219
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
@@ -75,7 +72,7 @@ stages:
7572
${{if parameters.TestPipeline}}:
7673
environment: none
7774
${{else}}:
78-
environment: ${{parameters.Environment}}
75+
environment: cratesio
7976
# This timeout shouldn't be necessary once we're able to parallelize better. Right now,
8077
# this is here to ensure larger areas (30+) libraries don't time out.
8178
timeoutInMinutes: 120

0 commit comments

Comments
 (0)