Skip to content

Commit

Permalink
[msbuild] Improve makefile dependency in msbuild. (#19640)
Browse files Browse the repository at this point in the history
This way the assemblies will be rebuilt when any of the files in
tools/common/*.cs changes.
  • Loading branch information
rolfbjarne authored Dec 20, 2023
1 parent 635b65e commit 64a5eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msbuild/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ALL_SOURCES:= \
$(wildcard $(XAMARIN_MACDEV_PATH)/Xamarin.MacDev/*.cs) \
$(wildcard $(XAMARIN_MACDEV_PATH)/Xamarin.MacDev/*.csproj) \
Versions.g.cs \
$(wildcard $(TOP)/tools/common/*.cs) \

CONFIG = Debug
TARGETFRAMEWORK = netstandard2.0
Expand Down

6 comments on commit 64a5eb9

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.