Commit 41ff096 Aditya Bist
authored
1 parent b9e103b commit 41ff096 Copy full SHA for 41ff096
File tree 4 files changed +6
-49
lines changed
4 files changed +6
-49
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -100,8 +100,11 @@ steps:
100
100
codeCoverageTool : Cobertura
101
101
summaryFileLocation : ' $(Build.SourcesDirectory)/coverage/cobertura-coverage.xml'
102
102
103
- trigger : none
104
- pr : none
103
+ trigger :
104
+ - master
105
+
106
+ pr :
107
+ - master
105
108
106
109
schedules :
107
110
- cron : " 0 3 * * Mon-Fri"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7
7
import { IConnectionProfile } from '../models/interfaces' ;
8
8
9
9
/**
10
- * Interface for a configuration file that stores connection profiles.
10
+ * Interface for a configuration file that stores connection profiles
11
11
*
12
12
* @export
13
13
* @interface IConnectionConfig
You can’t perform that action at this time.
0 commit comments