Skip to content

Commit

Permalink
please
Browse files Browse the repository at this point in the history
  • Loading branch information
LotP1 committed Dec 25, 2024
1 parent dac137f commit 1bac6ab
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

<temp_assemblies>$(MSBuildThisFileDirectory)temp_assemblies/</temp_assemblies>
Expand All @@ -17,6 +16,10 @@
</ItemGroup>

<Target Name="ValidationTask">
<Message Text="Restoring Packages..." Importance="high" />
<CallTarget Targets="restore" />
<CallTarget Targets="ResolveReferences" />

<Message Text="Running Validations..." Importance="high" />

<!--Run Validation Targets Here-->
Expand Down Expand Up @@ -48,7 +51,6 @@
<!--Name should be "Master<Name>Task"-->
<Target Name="MasterLocalesValidationTask">
<Message Text="Running $(Name)Task... " Importance="high" />
<CallTarget Targets="ResolveReferences" />
<Message Text="Running $(PkgSystem_Text_Json)" Importance="high" />
<!--Should call "Ryujinx.BuildValidationTasks.<Name>Task"-->
<Ryujinx.BuildValidationTasks.LocalesValidationTask Path="$(MSBuildThisFileDirectory)../Ryujinx/Assets/locales.json" />
Expand Down

0 comments on commit 1bac6ab

Please sign in to comment.