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 9563813 commit 43bb3acCopy full SHA for 43bb3ac
appveyor.yml
@@ -42,7 +42,7 @@ for:
42
# https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html
43
git checkout $env:APPVEYOR_REPO_BRANCH -q
44
}
45
- choco install docfx -y
+ #choco install docfx -y
46
after_build:
47
- pwsh: |
48
CD ./docs
@@ -98,7 +98,7 @@ build_script:
98
99
Write-Output "PostgreSQL version:"
100
if ($IsWindows) {
101
- Get-Childitem -Path "C:\Program Files\PostgreSQL" -Recurse
+ Get-Childitem -Path "C:\Program Files\PostgreSQL" -Recurse -ErrorAction SilentlyContinue -Include *.exe
102
. "${env:ProgramFiles}\PostgreSQL\13.1\bin\psql" --version
103
104
else {
0 commit comments