File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ extends:
97
97
steps :
98
98
- checkout : self
99
99
target : host
100
+ env :
101
+ ob_restore_phase: true
100
102
- task : CodeQL3000Init@0 # Add CodeQL Init task right before your 'Build' step.
101
103
inputs :
102
104
Enabled : true
@@ -106,10 +108,14 @@ extends:
106
108
$tmpdir = "$(Agent.TempDirectory)"
107
109
Write-Host "##vso[task.setvariable variable=CARGO_TARGET_DIR;]$tmpdir"
108
110
displayName: 🛠️ Workaround for the LoadLibrary ACCESS_VIOLATION OneBranch issue
111
+ env:
112
+ ob_restore_phase: true
109
113
- pwsh : |
110
114
Set-Location "$(Build.SourcesDirectory)/DSC"
111
115
./build.ps1 -Release -Architecture $(buildName) -SkipLinkCheck
112
116
displayName: 'Build $(buildName)'
117
+ env:
118
+ ob_restore_phase: true
113
119
condition: succeeded()
114
120
- task : CodeQL3000Finalize@0 # Add CodeQL Finalize task right after your 'Build' step.
115
121
condition : always()
@@ -126,6 +132,8 @@ extends:
126
132
write-host 'Binaries in $(signSrcPath)'
127
133
dir -r "$(signSrcPath)"
128
134
displayName: Copy built binaries
135
+ env:
136
+ ob_restore_phase: true
129
137
condition: succeeded()
130
138
- task : onebranch.pipeline.signing@1
131
139
displayName : Sign 1st party files
You can’t perform that action at this time.
0 commit comments