Skip to content

Commit 43bb3ac

Browse files
author
Bart Koelman
committed
Disable install
1 parent 9563813 commit 43bb3ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ for:
4242
# https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html
4343
git checkout $env:APPVEYOR_REPO_BRANCH -q
4444
}
45-
choco install docfx -y
45+
#choco install docfx -y
4646
after_build:
4747
- pwsh: |
4848
CD ./docs
@@ -98,7 +98,7 @@ build_script:
9898
9999
Write-Output "PostgreSQL version:"
100100
if ($IsWindows) {
101-
Get-Childitem -Path "C:\Program Files\PostgreSQL" -Recurse
101+
Get-Childitem -Path "C:\Program Files\PostgreSQL" -Recurse -ErrorAction SilentlyContinue -Include *.exe
102102
. "${env:ProgramFiles}\PostgreSQL\13.1\bin\psql" --version
103103
}
104104
else {

0 commit comments

Comments
 (0)