File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -605,4 +605,4 @@ void PrintFailedTests(XElement element)
605605 <Message Importance =" High" Text =" Restoring package-dev/Plugins to the latest git commit" />
606606 <Exec WorkingDirectory =" $(RepoRoot)" Command =" git restore package-dev/Plugins" />
607607 </Target >
608- </Project >
608+ </Project >
Original file line number Diff line number Diff line change 88 <ProjectReference Include =" ../Sentry.Unity/Sentry.Unity.csproj" Private =" false" />
99 </ItemGroup >
1010
11- <!-- Build Console version after the Desktop version -->
12- <Target Name =" BuildConsoleAssembly" AfterTargets =" AfterBuild" >
11+ <!-- Build PlayStation version after the main build -->
12+ <Target Name =" BuildPlayStationAssembly" AfterTargets =" AfterBuild" >
13+ <Message Importance =" High" Text =" Building PlayStation-specific native assembly." />
14+
1315 <Csc
1416 Sources =" @(Compile)"
1517 References =" @(ReferencePath)"
1618 OutputAssembly =" $(OutDir)Sentry.Unity.Native.PlayStation.dll"
1719 DefineConstants =" $(DefineConstants);SENTRY_NATIVE_PLAYSTATION"
1820 TargetType =" library"
1921 EmitDebugInformation =" true"
22+ Nullable =" $(Nullable)"
23+ LangVersion =" $(LangVersion)"
24+ TreatWarningsAsErrors =" $(TreatWarningsAsErrors)"
25+ WarningLevel =" $(WarningLevel)"
2026 />
2127 </Target >
2228
You can’t perform that action at this time.
0 commit comments