aboutsummaryrefslogblamecommitdiff
path: root/test/dotnet/install_dotnet_7_bullseye.sh
blob: 26ca00756e276ee34d6b3a97cd5e79f14704081c (plain) (tree)
1
2
3
4
5
6
7
8
9



           

                                      
         
 
                                                                                                           
 
             
#!/bin/bash

set -e

source dev-container-features-test-lib

./test.sh

check "some major version of dotnet 7 is installed" bash -c "dotnet --list-sdks | grep '7\.[0-9]*\.[0-9]*'"

reportResults