Skip to content

Commit 8f361a9

Browse files
committed
Final YAML lint
1 parent 1058363 commit 8f361a9

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

.azuredevops/pipelines/DirectXMath-GitHub-Dev17.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,12 @@ jobs:
268268
cwd: '$(Build.SourcesDirectory)'
269269
cmakeArgs: --build out/build/x64-Release-Clang -v
270270

271-
- job: CMAKE_BUILD_ARM64
272-
displayName: 'CMake for ARM64 BUILD_TESTING=ON'
273-
timeoutInMinutes: 60
274-
workspace:
275-
clean: all
276-
steps:
271+
- job: CMAKE_BUILD_ARM64
272+
displayName: 'CMake for ARM64 BUILD_TESTING=ON'
273+
timeoutInMinutes: 60
274+
workspace:
275+
clean: all
276+
steps:
277277
- checkout: self
278278
clean: true
279279
fetchTags: false

.azuredevops/pipelines/DirectXMath-GitHub-WSL-11.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pool:
4545
variables:
4646
Codeql.Enabled: false
4747
SAL_URL: https://raw.githubusercontent.com/dotnet/runtime/v8.0.1/src/coreclr/pal/inc/rt/sal.h
48+
SAL_HASH: 0f5a80b97564217db2ba3e4624cc9eb308e19cc9911dae21d983c4ab37003f4756473297ba81b386c498514cedc1ef5a3553d7002edc09aeb6a1335df973095f
4849

4950
jobs:
5051
- job: BUILD_WSL
@@ -76,7 +77,7 @@ jobs:
7677
$fileHash = Get-FileHash -Algorithm SHA512 $(Build.SourcesDirectory)/Inc/sal.h | ForEach { $_.Hash} | Out-String
7778
$filehash = $fileHash.Trim()
7879
Write-Host "##[debug]SHA512: " $filehash
79-
if ($fileHash -ne "0f5a80b97564217db2ba3e4624cc9eb308e19cc9911dae21d983c4ab37003f4756473297ba81b386c498514cedc1ef5a3553d7002edc09aeb6a1335df973095f") {
80+
if ($fileHash -ne "$(SAL_HASH)") {
8081
Write-Error -Message "##[error]Computed hash does not match!" -ErrorAction Stop
8182
}
8283

.azuredevops/pipelines/DirectXMath-GitHub-WSL-13.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ schedules:
1010
displayName: 'Nightly build'
1111
branches:
1212
include:
13-
- main
13+
- main
1414

1515
trigger: none
1616

@@ -45,6 +45,7 @@ pool:
4545
variables:
4646
Codeql.Enabled: false
4747
SAL_URL: https://raw.githubusercontent.com/dotnet/runtime/v8.0.1/src/coreclr/pal/inc/rt/sal.h
48+
SAL_HASH: 0f5a80b97564217db2ba3e4624cc9eb308e19cc9911dae21d983c4ab37003f4756473297ba81b386c498514cedc1ef5a3553d7002edc09aeb6a1335df973095f
4849

4950
jobs:
5051
- job: BUILD_WSL
@@ -76,7 +77,7 @@ jobs:
7677
$fileHash = Get-FileHash -Algorithm SHA512 $(Build.SourcesDirectory)/Inc/sal.h | ForEach { $_.Hash} | Out-String
7778
$filehash = $fileHash.Trim()
7879
Write-Host "##[debug]SHA512: " $filehash
79-
if ($fileHash -ne "0f5a80b97564217db2ba3e4624cc9eb308e19cc9911dae21d983c4ab37003f4756473297ba81b386c498514cedc1ef5a3553d7002edc09aeb6a1335df973095f") {
80+
if ($fileHash -ne "$(SAL_HASH)") {
8081
Write-Error -Message "##[error]Computed hash does not match!" -ErrorAction Stop
8182
}
8283

0 commit comments

Comments
 (0)