We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fb9bf commit ccc961cCopy full SHA for ccc961c
appveyor.yml
@@ -35,6 +35,9 @@ for:
35
- image: Visual Studio 2019
36
services:
37
- postgresql134
38
+ # https://help.appveyor.com/discussions/problems/30239-postgres-fails-to-connect-after-version-change
39
+ init:
40
+ - net start postgresql-x64-13
41
# REF: https://github.com/docascode/docfx-seed/blob/master/appveyor.yml
42
before_build:
43
- pwsh: |
0 commit comments