Skip to content

Commit a19831a

Browse files
author
Bart Koelman
committed
Revert disabled steps
1 parent ac13555 commit a19831a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Build.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ CheckLastExitCode
9999
dotnet build -c Release
100100
CheckLastExitCode
101101

102-
# TODO: Revert after experimentation completed
103-
# RunInspectCode
104-
# RunCleanupCode
102+
RunInspectCode
103+
RunCleanupCode
105104

106105
dotnet test -c Release --no-build --collect:"XPlat Code Coverage"
107106
CheckLastExitCode

appveyor.yml

Lines changed: 2 additions & 3 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,13 +98,12 @@ build_script:
9898
9999
Write-Output "PostgreSQL version:"
100100
if ($IsWindows) {
101-
#Get-Childitem -Path "C:\Program Files\PostgreSQL" -Recurse -ErrorAction SilentlyContinue -Include *.exe
102101
. "${env:ProgramFiles}\PostgreSQL\13\bin\psql" --version
103102
}
104103
else {
105104
psql --version
106105
}
107106
108-
#.\Build.ps1
107+
.\Build.ps1
109108
110109
test: off

0 commit comments

Comments
 (0)