File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 79
79
Write-Host "$(pwsh --version) is installed at $PSHOME"
80
80
psql --version
81
81
Write-Host "Using .NET SDK: $(dotnet --version)"
82
- #Write-Host "Installed .NET SDKs:"
83
- #dotnet --list-sdks --list-runtimes
84
- #Write-Host "Installed .NET runtimes:"
85
- #dotnet --list-runtimes
86
82
#Write-Host "Environment variables:"
87
83
#dir env: | %{"{0}={1}" -f $_.Name,$_.Value}
88
84
- name : Git checkout
@@ -154,8 +150,7 @@ jobs:
154
150
Write-Host "Using docfx branch name: $env:DOCFX_SOURCE_BRANCH_NAME"
155
151
cd docs
156
152
& ./generate-examples.ps1
157
- # TODO: Test that nonzero exit code fails this action
158
- dotnet docfx docfx.json2
153
+ dotnet docfx docfx.json
159
154
if ($LastExitCode -ne 0) {
160
155
Write-Error "docfx failed with exit code $LastExitCode."
161
156
}
@@ -218,6 +213,7 @@ jobs:
218
213
Write-Output "No issues found."
219
214
}
220
215
}
216
+
221
217
cleanup-code :
222
218
timeout-minutes : 30
223
219
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments