Merge pull request #130 from microsoft/feature/actions-ci-cd

fix cd podcast maui
feature/use-flex-layout-listen-later-and-listen-together^2
Miguel Angel Barrera Muñoz 2022-05-13 14:47:41 +02:00 committed by GitHub
commit 14d1be8ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
paths:
- 'src/MobileBlazor/**'
- '**/*build.props'
- '.github/workflows/podcast-mobile-cd.yml'
- '.github/workflows/podcast-dotnet-maui-blazor-cd.yml'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

View File

@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net6.0-android;net6.0-ios;net6.0-maccatalyst;net6.0-windows10.0.19041</TargetFrameworks>
<TargetFrameworks>net6.0;net6.0-android;net6.0-ios;net6.0-maccatalyst</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net6.0-windows10.0.19041.0</TargetFrameworks>
<UseMaui>true</UseMaui>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>