File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -99,9 +99,8 @@ CheckLastExitCode
9999dotnet build - c Release
100100CheckLastExitCode
101101
102- # TODO: Revert after experimentation completed
103- # RunInspectCode
104- # RunCleanupCode
102+ RunInspectCode
103+ RunCleanupCode
105104
106105dotnet test - c Release -- no- build -- collect:" XPlat Code Coverage"
107106CheckLastExitCode
Original file line number Diff line number Diff line change 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
110109test : off
You can’t perform that action at this time.
0 commit comments