File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 31
31
32
32
- powershell : |
33
33
& dotnet tool update --global redth.net.maui.check --version $(MauiCheck.Version)
34
- & maui-check --ci --non-interactive --fix --skip androidsdk --skip xcode --skip vswin --skip vsmac
34
+ & maui-check --ci --non-interactive --fix --skip androidsdk --skip xcode --skip vswin --skip vsmac --skip edgewebview2
35
35
displayName: maui-check
36
- errorActionPreference: continue
37
- ignoreLASTEXITCODE: true
36
+ errorActionPreference: stop
38
37
39
38
- powershell : |
40
39
& dotnet build net6-samples.sln -c Debug -bl:$(LogDirectory)\Debug.binlog
97
96
98
97
- bash : >
99
98
dotnet tool update --global redth.net.maui.check --version $(MauiCheck.Version) &&
100
- maui-check --ci --non-interactive --fix --skip androidsdk --skip xcode --skip vswin --skip vsmac
99
+ maui-check --ci --non-interactive --fix --skip androidsdk --skip xcode --skip vswin --skip vsmac --skip edgewebview2
101
100
displayName: maui-check
102
101
103
102
- bash : sudo xcode-select -s /Applications/Xcode_12.4.app
You can’t perform that action at this time.
0 commit comments