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 1fff6cd commit c7b8601Copy full SHA for c7b8601
appveyor.yml
@@ -35,6 +35,9 @@ for:
35
- image: Visual Studio 2022
36
services:
37
- postgresql15
38
+ install:
39
+ # Temporary workaround for https://help.appveyor.com/discussions/questions/60488-postgresql-version
40
+ - net start postgresql-x64-15
41
# REF: https://github.com/docascode/docfx-seed/blob/master/appveyor.yml
42
before_build:
43
- pwsh: |
0 commit comments