Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Sanchez <1175054+carlossanlop@users.noreply.github.com>2022-06-28 22:58:43 +0300
committerGitHub <noreply@github.com>2022-06-28 22:58:43 +0300
commitc2abe9bce3220b560cff67de4cff9135fcc0a396 (patch)
tree2011325d9562bcd7baf56d6ce80d4970882a9705
parent569ff6c4fc915164d233404f80c2b93e60ab83d7 (diff)
Update RunApiDiff.ps1 script .NET executable version (#7567)
Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
-rw-r--r--release-notes/RunApiDiff.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/release-notes/RunApiDiff.ps1 b/release-notes/RunApiDiff.ps1
index 09fee868..0d91c9f5 100644
--- a/release-notes/RunApiDiff.ps1
+++ b/release-notes/RunApiDiff.ps1
@@ -444,7 +444,7 @@ VerifyPathOrExit $windowsDesktopAfterDllFolder
$asmDiffProjectPath = [IO.Path]::Combine($ArcadeRepo, "src", "Microsoft.DotNet.AsmDiff", "Microsoft.DotNet.AsmDiff.csproj")
$asmDiffArtifactsPath = [IO.Path]::Combine($ArcadeRepo ,"artifacts", "bin", "Microsoft.DotNet.AsmDiff")
-$asmDiffExe = [IO.Path]::Combine($asmDiffArtifactsPath, "Release", "netcoreapp3.1", "Microsoft.DotNet.AsmDiff.exe")
+$asmDiffExe = [IO.Path]::Combine($asmDiffArtifactsPath, "Release", "net7.0", "Microsoft.DotNet.AsmDiff.exe")
ReBuildIfExeNotFound $asmDiffExe $asmDiffProjectPath $asmDiffArtifactsPath