mirror of
https://github.com/microsoft/DirectXMath
synced 2024-11-08 13:40:09 +00:00
More YAML fixes
This commit is contained in:
parent
6c790b0a5e
commit
5d89f10d10
@ -111,7 +111,7 @@ jobs:
|
|||||||
displayName: 'CMake (ClangCl): Build ARM64 Debug'
|
displayName: 'CMake (ClangCl): Build ARM64 Debug'
|
||||||
inputs:
|
inputs:
|
||||||
cwd: ''
|
cwd: ''
|
||||||
cmakeArgs: --build out5 -v --config ARM64 Debug
|
cmakeArgs: --build out5 -v --config Debug
|
||||||
- task: CMake@1
|
- task: CMake@1
|
||||||
displayName: 'CMake (ClangCl): Build ARM64 Release'
|
displayName: 'CMake (ClangCl): Build ARM64 Release'
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -26,7 +26,6 @@ pool:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
GITHUB_PAT: $(GITHUBPUBLICTOKEN)
|
GITHUB_PAT: $(GITHUBPUBLICTOKEN)
|
||||||
DEST_DIR: $(DESTDIR)
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: BUILD_WSL
|
- job: BUILD_WSL
|
||||||
@ -50,8 +49,8 @@ jobs:
|
|||||||
targetType: inline
|
targetType: inline
|
||||||
script: |
|
script: |
|
||||||
$ProgressPreference = 'SilentlyContinue'
|
$ProgressPreference = 'SilentlyContinue'
|
||||||
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/corert/master/src/Native/inc/unix/sal.h -o $(DEST_DIR)usr/local/include/sal.h
|
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/corert/master/src/Native/inc/unix/sal.h -o $(Build.SourcesDirectory)/Inc/sal.h
|
||||||
$fileHash = Get-FileHash -Algorithm SHA512 $(DEST_DIR)usr/local/include/sal.h | ForEach { $_.Hash} | Out-String
|
$fileHash = Get-FileHash -Algorithm SHA512 $(Build.SourcesDirectory)/Inc/sal.h | ForEach { $_.Hash} | Out-String
|
||||||
$filehash = $fileHash.Trim()
|
$filehash = $fileHash.Trim()
|
||||||
Write-Host "##[debug]SHA512: " $filehash
|
Write-Host "##[debug]SHA512: " $filehash
|
||||||
if ($fileHash -ne "1643571673195d9eb892d2f2ac76eac7113ef7aa0ca116d79f3e4d3dc9df8a31600a9668b7e7678dfbe5a76906f9e0734ef8d6db0903ccc68fc742dd8238d8b0") {
|
if ($fileHash -ne "1643571673195d9eb892d2f2ac76eac7113ef7aa0ca116d79f3e4d3dc9df8a31600a9668b7e7678dfbe5a76906f9e0734ef8d6db0903ccc68fc742dd8238d8b0") {
|
||||||
|
@ -26,7 +26,6 @@ pool:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
GITHUB_PAT: $(GITHUBPUBLICTOKEN)
|
GITHUB_PAT: $(GITHUBPUBLICTOKEN)
|
||||||
DEST_DIR: $(DESTDIR)
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: BUILD_WSL
|
- job: BUILD_WSL
|
||||||
@ -50,8 +49,8 @@ jobs:
|
|||||||
targetType: inline
|
targetType: inline
|
||||||
script: |
|
script: |
|
||||||
$ProgressPreference = 'SilentlyContinue'
|
$ProgressPreference = 'SilentlyContinue'
|
||||||
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/corert/master/src/Native/inc/unix/sal.h -o $(DEST_DIR)usr/local/include/sal.h
|
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/corert/master/src/Native/inc/unix/sal.h -o $(Build.SourcesDirectory)/Inc/sal.h
|
||||||
$fileHash = Get-FileHash -Algorithm SHA512 $(DEST_DIR)usr/local/include/sal.h | ForEach { $_.Hash} | Out-String
|
$fileHash = Get-FileHash -Algorithm SHA512 $(Build.SourcesDirectory)/Inc/sal.h | ForEach { $_.Hash} | Out-String
|
||||||
$filehash = $fileHash.Trim()
|
$filehash = $fileHash.Trim()
|
||||||
Write-Host "##[debug]SHA512: " $filehash
|
Write-Host "##[debug]SHA512: " $filehash
|
||||||
if ($fileHash -ne "1643571673195d9eb892d2f2ac76eac7113ef7aa0ca116d79f3e4d3dc9df8a31600a9668b7e7678dfbe5a76906f9e0734ef8d6db0903ccc68fc742dd8238d8b0") {
|
if ($fileHash -ne "1643571673195d9eb892d2f2ac76eac7113ef7aa0ca116d79f3e4d3dc9df8a31600a9668b7e7678dfbe5a76906f9e0734ef8d6db0903ccc68fc742dd8238d8b0") {
|
||||||
|
Loading…
Reference in New Issue
Block a user