Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] skip WebView2 check in maui-check #183

Merged
merged 1 commit into from
Jul 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:

- powershell: |
& dotnet tool update --global redth.net.maui.check --version $(MauiCheck.Version)
& maui-check --ci --non-interactive --fix --skip androidsdk --skip xcode --skip vswin --skip vsmac
& maui-check --ci --non-interactive --fix --skip androidsdk --skip xcode --skip vswin --skip vsmac --skip edgewebview2
displayName: maui-check
errorActionPreference: continue
ignoreLASTEXITCODE: true
errorActionPreference: stop

- powershell: |
& dotnet build net6-samples.sln -c Debug -bl:$(LogDirectory)\Debug.binlog
Expand Down Expand Up @@ -97,7 +96,7 @@ jobs:

- bash: >
dotnet tool update --global redth.net.maui.check --version $(MauiCheck.Version) &&
maui-check --ci --non-interactive --fix --skip androidsdk --skip xcode --skip vswin --skip vsmac
maui-check --ci --non-interactive --fix --skip androidsdk --skip xcode --skip vswin --skip vsmac --skip edgewebview2
displayName: maui-check

- bash: sudo xcode-select -s /Applications/Xcode_12.4.app
Expand Down