From 2c97a971f3863321e58f984f865190e901d7249b Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 26 Nov 2024 11:46:32 +0100 Subject: [PATCH] Remove Inputs&Outputs from GenerateDirectoryBuildFiles Fixes the broken official builds. My assumption is that the targets is invoked again in a later stage and the inputs & outputs hinder it from re-generating the file. --- eng/tools/GenerateFiles/GenerateFiles.csproj | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/eng/tools/GenerateFiles/GenerateFiles.csproj b/eng/tools/GenerateFiles/GenerateFiles.csproj index 147664c32bc0..8a1be59353fe 100644 --- a/eng/tools/GenerateFiles/GenerateFiles.csproj +++ b/eng/tools/GenerateFiles/GenerateFiles.csproj @@ -12,12 +12,7 @@ - + <_TemplateProperties> AspNetCorePatchVersion=$(AspNetCorePatchVersion);