Skip to content

Commit 401ecd8

Browse files
authored
Fix environment name
the old environment was deleted, and the new one was renamed back to the old name. So now have to update this
1 parent 2647f85 commit 401ecd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extends:
3434
jobs:
3535
- deployment: PublishToMarketplace
3636
displayName: PublishToMarketplace
37-
environment: vscode-csharp-release
37+
environment: vscode-csharp-release-approvals
3838
pool:
3939
name: netcore1espool-internal
4040
image: 1es-ubuntu-2204

0 commit comments

Comments
 (0)