mirror of
https://github.com/microsoft/DirectXMath
synced 2024-11-09 14:10:09 +00:00
Update ADO Pipeline YAML (#180)
This commit is contained in:
parent
17beef7fe2
commit
cf4b7b25e8
@ -51,7 +51,7 @@ 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 $(Build.SourcesDirectory)/Inc/sal.h
|
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/corert/master/src/Native/inc/unix/sal.h -OutFile $(Build.SourcesDirectory)/Inc/sal.h
|
||||||
$fileHash = Get-FileHash -Algorithm SHA512 $(Build.SourcesDirectory)/Inc/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
|
||||||
|
@ -70,7 +70,7 @@ 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 $(Build.SourcesDirectory)/Inc/sal.h
|
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/corert/master/src/Native/inc/unix/sal.h -OutFile $(Build.SourcesDirectory)/Inc/sal.h
|
||||||
$fileHash = Get-FileHash -Algorithm SHA512 $(Build.SourcesDirectory)/Inc/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
|
||||||
|
Loading…
Reference in New Issue
Block a user