File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ variables:
36
36
# Be sure to link this group to this pipeline by selecting the latter -> Edit -> Variables -> Variable Groups!
37
37
- group : ' SonarQube'
38
38
39
+ # Load group containing variables applicable to integration tests.
40
+ # This group contains the password to be used when accessing the dockerized database targeted by the integration tests.
41
+ # This password is stored as a secret under the name "IntegrationTests.Database.Todo.Password".
42
+ - group : ' IntegrationTests'
43
+
39
44
# Specifies the version of the .NET Core SDK to install and use when running this pipeline.
40
45
# All releases can be found here: https://dotnet.microsoft.com/download/dotnet-core.
41
46
- name : ' DotNetCore_SDK_Version'
@@ -79,10 +84,6 @@ variables:
79
84
- name : ' IntegrationTests.Database.Todo.Username'
80
85
value : ' satrapu'
81
86
82
- # Represents the password used for accessing the database to be targeted by integration tests
83
- - name : ' IntegrationTests.Database.Todo.Password'
84
- value : ' eS5Sde7cB7MpTvS6V6Tv52HEvX9xtrbb'
85
-
86
87
# Define multiple jobs, one per supported operating system (Linux, macOS and Windows).
87
88
# See more here: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/multiple-phases?tabs=yaml&view=azure-devops.
88
89
#
You can’t perform that action at this time.
0 commit comments