Skip to content

Commit f9c6af6

Browse files
committed
Rebuild following Roslyn downgrade
1 parent 066bde8 commit f9c6af6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/nuke/Native/Core.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
partial class Build {
3030
[Nuke.Common.Parameter("Build native code")] readonly bool Native;
31+
3132
[Nuke.Common.Parameter("Android home. Will be determined from dotnet if not provided.")] [CanBeNull] string AndroidHomeValue;
3233

3334
static string JobsArg => string.IsNullOrWhiteSpace(GitHubActions.Instance?.Job)

build/nuke/Native/SilkDroid.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ string AndroidHome
106106

107107
// Not expecting this to succeed, but we need to do this so we generate the bindings to go in the public API.
108108
InheritedShell($"dotnet build \"{SourceDirectory / "Windowing" / "Silk.NET.Windowing.Sdl" / "Silk.NET.Windowing.Sdl.csproj"}\"").AssertWaitForExit();
109+
109110

110111
// Update the public API.
111112
InheritedShell(string.Format(FormatDeclCmd, SourceDirectory / "Windowing" / "Silk.NET.Windowing.Sdl" / "Silk.NET.Windowing.Sdl.csproj")).AssertZeroExitCode();

0 commit comments

Comments
 (0)