File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -96,31 +96,31 @@ extends:
96
96
steps :
97
97
- checkout : self
98
98
env :
99
- ob_restore_phase: true
99
+ ob_restore_phase : true
100
100
- task : CodeQL3000Init@0 # Add CodeQL Init task right before your 'Build' step.
101
101
inputs :
102
102
Enabled : true
103
103
AnalyzeInPipeline : true
104
104
Language : rust
105
105
env :
106
- ob_restore_phase: true
106
+ ob_restore_phase : true
107
107
- pwsh : |
108
108
$tmpdir = "$(Agent.TempDirectory)"
109
109
Write-Host "##vso[task.setvariable variable=CARGO_TARGET_DIR;]$tmpdir"
110
110
displayName: 🛠️ Workaround for the LoadLibrary ACCESS_VIOLATION OneBranch issue
111
111
env:
112
- ob_restore_phase: true
112
+ ob_restore_phase: true
113
113
- pwsh : |
114
114
Set-Location "$(Build.SourcesDirectory)/DSC"
115
115
./build.ps1 -Release -Architecture $(buildName) -SkipLinkCheck
116
116
displayName: 'Build $(buildName)'
117
117
env:
118
- ob_restore_phase: true
118
+ ob_restore_phase: true
119
119
condition: succeeded()
120
120
- task : CodeQL3000Finalize@0 # Add CodeQL Finalize task right after your 'Build' step.
121
121
condition : always()
122
122
env :
123
- ob_restore_phase: true
123
+ ob_restore_phase : true
124
124
- pwsh : |
125
125
$null = New-Item -ItemType Directory -Path "$(PackageRoot)" -ErrorAction Ignore
126
126
$null = New-Item -ItemType Directory -Path "$(PackageRoot)/out" -ErrorAction Ignore
@@ -135,7 +135,7 @@ extends:
135
135
dir -r "$(signSrcPath)"
136
136
displayName: Copy built binaries
137
137
env:
138
- ob_restore_phase: true
138
+ ob_restore_phase: true
139
139
condition: succeeded()
140
140
- task : onebranch.pipeline.signing@1
141
141
displayName : Sign 1st party files
You can’t perform that action at this time.
0 commit comments