зеркало из https://github.com/dotnet/wpf.git
echo env pathf for testhost
This commit is contained in:
Родитель
fc5540f00d
Коммит
339407e0af
|
@ -196,7 +196,16 @@ jobs:
|
|||
displayName: Set Path Vars
|
||||
inputs:
|
||||
targetType: 'inline'
|
||||
script: $env:path = '$(Build.SourcesDirectory)\.dotnet;' + $env:path
|
||||
script: $env:path = '$(Build.SourcesDirectory)\\.dotnet\;' + $env:path
|
||||
workingDirectory: '$(System.ArtifactsDirectory)\testbins'
|
||||
condition: ne(variables['_Platform'], 'arm64')
|
||||
continueOnError: true
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: Echo Path Vars
|
||||
inputs:
|
||||
targetType: 'inline'
|
||||
script: echo $env:path
|
||||
workingDirectory: '$(System.ArtifactsDirectory)\testbins'
|
||||
condition: ne(variables['_Platform'], 'arm64')
|
||||
continueOnError: true
|
||||
|
|
Загрузка…
Ссылка в новой задаче