Update .csproj and .drone.yml
continuous-integration/drone/push Build is failing Details

TestUnitaire^2
Fages Tony 2 years ago
commit 761e15fb40

@ -21,7 +21,8 @@ steps:
commands: commands:
- cd ParionsCuite - cd ParionsCuite
- dotnet restore ParionsCuite.sln - dotnet restore ParionsCuite.sln
- dotnet build ParionsCuite.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0 - dotnet build ParionsCuite.sln -c Release --no-restore
- dotnet publish ParionsCuite.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
- name: tests - name: tests
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
commands: commands:

@ -1,10 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<<<<<<< HEAD
<TargetFrameworks>net7.0-android;net7.0-maccatalyst</TargetFrameworks> <TargetFrameworks>net7.0-android;net7.0-maccatalyst</TargetFrameworks>
=======
<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
>>>>>>> 60075c08e3c401c5052a7dde23de56da55047dd8
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks> <TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET --> <!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> --> <!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
<RuntimeIdentifiers>maccatalyst-arm64</RuntimeIdentifiers>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<RootNamespace>ParionsCuite</RootNamespace> <RootNamespace>ParionsCuite</RootNamespace>
<UseMaui>true</UseMaui> <UseMaui>true</UseMaui>

Loading…
Cancel
Save