Skip to content

Commit d684ab5

Browse files
author
devizer
committed
4th Refactor Pipeline, Crossplatform tests ***NO_CI***
1 parent b511fee commit d684ab5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
'ARM64 Windows':
6868
POOL_NAME: 'ARM64Win-pool'
6969
OS: Windows
70+
SKIP_SDK_INSTALL: True
7071
'ARMv7 Linux':
7172
POOL_NAME: 'armv7-pool'
7273
OS: Linux

azure-steps-nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
script=https://raw.githubusercontent.com/devizer/test-and-build/master/lab/install-DOTNET.sh; (wget -q -nv --no-check-certificate -O - $script 2>/dev/null || curl -ksSL $script) | bash; test -s /usr/share/dotnet/dotnet && sudo ln -f -s /usr/share/dotnet/dotnet /usr/local/bin/dotnet; test -s /usr/local/share/dotnet/dotnet && sudo ln -f -s /usr/local/share/dotnet/dotnet /usr/local/bin/dotnet;
1818
dotnet --info
1919
exit 0
20-
condition: ne(variables['Agent.JobName'], 'ARM64_Windows')
20+
condition: ne(variables.SKIP_SDK_INSTALL, 'True')
2121
displayName: 'Install dotnet sdk'
2222
2323
- powershell: |

0 commit comments

Comments
 (0)