From 4983aeeb2da6e96bc8aad698752b3b962f58e585 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 7 Apr 2024 03:26:12 -0700 Subject: Move to ReleaseFlow and SomeVer --- src/internal/SetBuildNumber/SomeVerInit.props | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/internal/SetBuildNumber/SomeVerInit.props (limited to 'src/internal/SetBuildNumber/SomeVerInit.props') diff --git a/src/internal/SetBuildNumber/SomeVerInit.props b/src/internal/SetBuildNumber/SomeVerInit.props new file mode 100644 index 00000000..01970e31 --- /dev/null +++ b/src/internal/SetBuildNumber/SomeVerInit.props @@ -0,0 +1,13 @@ + + + + + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\..\..\global.json)) + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\..\..\Directory.Packages.props)) + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\..\..\build\SomeVerInfo.cs)) + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\..\..\build\SomeVerInfo.rc)) + $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\..\..\build\SomeVerInfo.props)) + + true + + -- cgit v1.2.3-55-g6feb