From 263be95f092ee2ec60a40d9587f34680729909e8 Mon Sep 17 00:00:00 2001 From: Max Katz Date: Fri, 16 Feb 2024 00:41:04 -0800 Subject: [PATCH] Update Microsoft.DotNet.GenAPI.Tool --- nukebuild/ApiDiffHelper.cs | 4 ++-- nukebuild/_build.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nukebuild/ApiDiffHelper.cs b/nukebuild/ApiDiffHelper.cs index 30d7532193..2eabc3ef16 100644 --- a/nukebuild/ApiDiffHelper.cs +++ b/nukebuild/ApiDiffHelper.cs @@ -72,8 +72,8 @@ public static class ApiDiffHelper await Task.WhenAll(pairs.Select(p => Task.Run(() => { - var baselineApi = p.baseline + ".api.cs"; - var targetApi = p.target + ".api.cs"; + var baselineApi = p.baseline + Random.Shared.Next() + ".api.cs"; + var targetApi = p.target + Random.Shared.Next() + ".api.cs"; var resultDiff = p.target + ".api.diff.cs"; GenerateApiListing(apiDiffTool, p.baseline, baselineApi, tempFolder); diff --git a/nukebuild/_build.csproj b/nukebuild/_build.csproj index 8a1d7069b8..dd1103db7c 100644 --- a/nukebuild/_build.csproj +++ b/nukebuild/_build.csproj @@ -25,8 +25,8 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - + +