Skip to content

Commit 692c4d1

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix whitespace
1 parent a230baf commit 692c4d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pipelines/DSC-Official.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,31 +96,31 @@ extends:
9696
steps:
9797
- checkout: self
9898
env:
99-
ob_restore_phase:true
99+
ob_restore_phase: true
100100
- task: CodeQL3000Init@0 # Add CodeQL Init task right before your 'Build' step.
101101
inputs:
102102
Enabled: true
103103
AnalyzeInPipeline: true
104104
Language: rust
105105
env:
106-
ob_restore_phase:true
106+
ob_restore_phase: true
107107
- pwsh: |
108108
$tmpdir = "$(Agent.TempDirectory)"
109109
Write-Host "##vso[task.setvariable variable=CARGO_TARGET_DIR;]$tmpdir"
110110
displayName: 🛠️ Workaround for the LoadLibrary ACCESS_VIOLATION OneBranch issue
111111
env:
112-
ob_restore_phase:true
112+
ob_restore_phase: true
113113
- pwsh: |
114114
Set-Location "$(Build.SourcesDirectory)/DSC"
115115
./build.ps1 -Release -Architecture $(buildName) -SkipLinkCheck
116116
displayName: 'Build $(buildName)'
117117
env:
118-
ob_restore_phase:true
118+
ob_restore_phase: true
119119
condition: succeeded()
120120
- task: CodeQL3000Finalize@0 # Add CodeQL Finalize task right after your 'Build' step.
121121
condition: always()
122122
env:
123-
ob_restore_phase:true
123+
ob_restore_phase: true
124124
- pwsh: |
125125
$null = New-Item -ItemType Directory -Path "$(PackageRoot)" -ErrorAction Ignore
126126
$null = New-Item -ItemType Directory -Path "$(PackageRoot)/out" -ErrorAction Ignore
@@ -135,7 +135,7 @@ extends:
135135
dir -r "$(signSrcPath)"
136136
displayName: Copy built binaries
137137
env:
138-
ob_restore_phase:true
138+
ob_restore_phase: true
139139
condition: succeeded()
140140
- task: onebranch.pipeline.signing@1
141141
displayName: Sign 1st party files

0 commit comments

Comments
 (0)