Merge branch 'master' of https://codefirst.iut.uca.fr/git/SAE2.01/ParionsCuites
continuous-integration/drone/push Build is failing Details

TestUnitaire^2
Fages Tony 2 years ago
commit 24c6f45582

@ -14,7 +14,7 @@ trigger:
steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:7.0
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest
commands:
- cd ParionsCuite
- dotnet restore ParionsCuite.sln

@ -2,9 +2,9 @@
<PropertyGroup>
<TargetFrameworks>net7.0-windows10.0.19041.0;net7.0-maccatalyst;$(TargetFrameworks)</TargetFrameworks>
<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 -->
<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
<TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks>
<RuntimeIdentifiers>maccatalyst-arm64</RuntimeIdentifiers>
<OutputType>Exe</OutputType>
<RootNamespace>ParionsCuite</RootNamespace>

Loading…
Cancel
Save