Skip to content

Commit

Permalink
[build] skip WebView2 check in maui-check (dotnet#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers authored Jul 15, 2021
1 parent 6011fd7 commit 7144604
Showing 1 changed file with 3 additions and 4 deletions.
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

0 comments on commit 7144604

Please sign in to comment.