Skip to content

Commit 41ff096

Browse files
author
Aditya Bist
authored
Remove AppVeyor pipeline files (#1622)
* remove appveyor pipeline files * define PR and CI on yaml file * test removal of app veyor web hook
1 parent b9e103b commit 41ff096

File tree

4 files changed

+6
-49
lines changed

4 files changed

+6
-49
lines changed

appveyor.yml

-43
This file was deleted.

build/build.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,11 @@ steps:
100100
codeCoverageTool: Cobertura
101101
summaryFileLocation: '$(Build.SourcesDirectory)/coverage/cobertura-coverage.xml'
102102

103-
trigger: none
104-
pr: none
103+
trigger:
104+
- master
105+
106+
pr:
107+
- master
105108

106109
schedules:
107110
- cron: "0 3 * * Mon-Fri"

scripts/upload.ps1

-3
This file was deleted.

src/connectionconfig/iconnectionconfig.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import { IConnectionProfile } from '../models/interfaces';
88

99
/**
10-
* Interface for a configuration file that stores connection profiles.
10+
* Interface for a configuration file that stores connection profiles
1111
*
1212
* @export
1313
* @interface IConnectionConfig

0 commit comments

Comments
 (0)