File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,8 @@ CheckLastExitCode
99
99
dotnet build - c Release
100
100
CheckLastExitCode
101
101
102
- # TODO: Revert after experimentation completed
103
- # RunInspectCode
104
- # RunCleanupCode
102
+ RunInspectCode
103
+ RunCleanupCode
105
104
106
105
dotnet test - c Release -- no- build -- collect:" XPlat Code Coverage"
107
106
CheckLastExitCode
Original file line number Diff line number Diff line change 42
42
# https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html
43
43
git checkout $env:APPVEYOR_REPO_BRANCH -q
44
44
}
45
- # choco install docfx -y
45
+ choco install docfx -y
46
46
after_build :
47
47
- pwsh : |
48
48
CD ./docs
@@ -98,13 +98,12 @@ build_script:
98
98
99
99
Write-Output "PostgreSQL version:"
100
100
if ($IsWindows) {
101
- #Get-Childitem -Path "C:\Program Files\PostgreSQL" -Recurse -ErrorAction SilentlyContinue -Include *.exe
102
101
. "${env:ProgramFiles}\PostgreSQL\13\bin\psql" --version
103
102
}
104
103
else {
105
104
psql --version
106
105
}
107
106
108
- # .\Build.ps1
107
+ .\Build.ps1
109
108
110
109
test : off
You can’t perform that action at this time.
0 commit comments