Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rushdynajath committed Sep 23, 2024
1 parent c641016 commit 8b46e3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Deployment/templates/continuous-testing.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
parameters:
- name: AzureSubscription
type: string

variables:
- name: DotNetSdkVersion
value: "8.x"
type: string


steps:
- task: DownloadBuildArtifacts@0
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ stages:
- template: Deployment/templates/continuous-testing.yml
parameters:
AzureSubscription: "ERP-Facade-Dev-A.011.05.12"
DotNetSdkVersion: $(DotNetSdkVersion)

- stage: vNextIATDeploy
dependsOn: Devdeploy
Expand Down

0 comments on commit 8b46e3f

Please sign in to comment.