File tree 3 files changed +12
-1
lines changed 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 64
64
fetch-depth : 0
65
65
66
66
- name : Build Docs
67
- run : .\Build-All.ps1 -ForceClean -BuildMode Docs
67
+ run : .\Build-All.ps1 -ForceClean -BuildMode Docs -FullInit
68
68
69
69
- name : Upload docs artifact
70
70
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -111,12 +111,17 @@ try
111
111
112
112
if ($buildInfo [" IsAutomatedBuild" ])
113
113
{
114
+ Write-Information " Building analyzer so it is available when building docs."
114
115
# In automated builds the analyzer doesn't exist yet and it isn't listed in the docfx.json so that won't
115
116
# build it either. There's nothing to document (at this point it is entirely internal). So it MUST be built
116
117
# directly to support automated builds.
117
118
$analyzerProjPath = Join-Path ' src' ' ReferenceEqualityVerifier' ' ReferenceEqualityVerifier' ' ReferenceEqualityVerifier.csproj'
118
119
Invoke-External dotnet build ' --tl:off' $analyzerProjPath ' -c' $Configuration
119
120
}
121
+ else
122
+ {
123
+ Write-Information " Not an automated build; assuming analyzer already built"
124
+ }
120
125
121
126
$fullBuildNumber = Get-FullBuildNumber
122
127
push-location ' ./docfx'
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ buildbinoutput
23
23
buildtransitive
24
24
builtinop
25
25
byref
26
+ byval
26
27
cibuild
27
28
Cmp
28
29
Config
61
62
llvmversion
62
63
LValue
63
64
marshalling
65
+ memcopy
64
66
metadata
65
67
Mips
66
68
msbuild
67
69
msg
68
70
nav
71
+ noinline
72
+ nounwind
69
73
nullability
70
74
Nullable
75
+ optimizenone
71
76
pages
72
77
paren
73
78
perf
74
79
pointee
75
80
Pre
76
81
proj
77
82
readonly
83
+ refactor
78
84
repl
79
85
repo
80
86
RMW
You can’t perform that action at this time.
0 commit comments