Skip to content

Commit 1010583

Browse files
committed
Update Azure pipelines (linux)
1 parent ab6e235 commit 1010583

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines-linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ steps:
2626
sudo apt update
2727
sudo apt upgrade -y
2828
sudo apt install -y g++ cmake libssl-dev
29+
sudo apt purge -y dotnet-sdk-* dotnet-runtime-*
30+
sudo apt autoremove -y
2931
sudo apt install -y dotnet-sdk-7.0
3032
displayName: 'Set up development environment'
3133

@@ -37,5 +39,5 @@ steps:
3739
dotnet --list-sdks
3840
displayName: 'Print System Info'
3941

40-
- bash: tools/build.sh
42+
- script: bash tools/build.sh
4143
displayName: 'Build Graph Engine'

0 commit comments

Comments
 (0)