mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-04 18:16:44 +01:00
test RuntimeIdentifiers
This commit is contained in:
parent
35b23bcafb
commit
9320decc45
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<Target Name="BuildValidationProj" BeforeTargets="BeforeBuild">
|
||||
<Message Text="Building Validation Project for $(TargetFramework)" Importance="high" />
|
||||
<Message Text="Building Validation Project for $(TargetFramework) with runtime $(RuntimeIdentifiers)" Importance="high" />
|
||||
<Exec WorkingDirectory="..\Ryujinx.BuildValidationTasks\" Command="dotnet restore Ryujinx.BuildValidationTasks.csproj --force --ucr true"/>
|
||||
<MSBuild Projects="..\Ryujinx.BuildValidationTasks\Ryujinx.BuildValidationTasks.csproj" Properties="Configuration=Debug" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue