File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-directory?vi
2121 StandardOutputImportance =" High" StandardErrorImportance =" High" />
2222 <MakeDir Directories =" $(_BuildProjBaseIntermediateOutputPath)" />
2323 <Touch Files =" $(_DotnetToolRestoreOutputFile)" AlwaysCreate =" True" ForceTouch =" True" />
24+ <ItemGroup >
25+ <FileWrites Include =" @(_DotnetToolRestoreOutputFile)" />
26+ </ItemGroup >
2427 </Target >
2528
2629 <!-- Make sure that files are formatted before building -->
@@ -31,6 +34,9 @@ https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-directory?vi
3134 StandardErrorImportance =" High" WorkingDirectory =" $(MSBuildThisFileDirectory)"
3235 ContinueOnError =" WarnAndContinue" />
3336 <Touch Files =" $(_DotnetFantomasOutputFile)" AlwaysCreate =" True" ForceTouch =" True" />
37+ <ItemGroup >
38+ <FileWrites Include =" @(_DotnetFantomasOutputFile)" />
39+ </ItemGroup >
3440 </Target >
3541
3642</Project >
You can’t perform that action at this time.
0 commit comments