Commit 39aafcb2 authored by David McFarland's avatar David McFarland
Browse files

msbuild-structured-log-viewer: fix darwin build

parent b75e1443
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@ buildDotnetModule (finalAttrs: {
    hash = "sha256-5i5qEwUzk9bUn2F/wcMfIOodcfn4d9ApdADes5e1nIo=";
  };

  env.AVALONIA_TELEMETRY_OPTOUT = "1";

  dotnet-sdk = dotnetCorePackages.sdk_8_0;
  dotnet-runtime = dotnetCorePackages.runtime_8_0;