Skip to content

Commit 7144604

Browse files
[build] skip WebView2 check in maui-check (#183)
Context: Redth/dotnet-maui-check#66 (comment)
1 parent 6011fd7 commit 7144604

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ jobs:
3131
3232
- powershell: |
3333
& 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
3535
displayName: maui-check
36-
errorActionPreference: continue
37-
ignoreLASTEXITCODE: true
36+
errorActionPreference: stop
3837
3938
- powershell: |
4039
& dotnet build net6-samples.sln -c Debug -bl:$(LogDirectory)\Debug.binlog
@@ -97,7 +96,7 @@ jobs:
9796
9897
- bash: >
9998
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
101100
displayName: maui-check
102101
103102
- bash: sudo xcode-select -s /Applications/Xcode_12.4.app

0 commit comments

Comments
 (0)