diff options
author | Rob Mensching <rob@firegiant.com> | 2022-02-23 17:49:50 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-02-23 18:33:52 -0800 |
commit | 82bfd1218699a08c8d9cd775fc9e3eef3ec519a2 (patch) | |
tree | 75ba1cf7a63dea85fc51ff1a6557d12854b34f53 /src/internal/SetBuildNumber | |
parent | a19f847fe38ad9df88a0dc61ec2caa8ea0cd507f (diff) | |
download | wix-82bfd1218699a08c8d9cd775fc9e3eef3ec519a2.tar.gz wix-82bfd1218699a08c8d9cd775fc9e3eef3ec519a2.tar.bz2 wix-82bfd1218699a08c8d9cd775fc9e3eef3ec519a2.zip |
Move nuget.config, global.json and Directory.Packages.props to root
Putting these files in the root means they can be used by the test
projects support projects that get copied to the `build` folder.
Diffstat (limited to 'src/internal/SetBuildNumber')
-rw-r--r-- | src/internal/SetBuildNumber/SetBuildNumber.proj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/SetBuildNumber/SetBuildNumber.proj b/src/internal/SetBuildNumber/SetBuildNumber.proj index 6eb7d741..72bb2a0c 100644 --- a/src/internal/SetBuildNumber/SetBuildNumber.proj +++ b/src/internal/SetBuildNumber/SetBuildNumber.proj | |||
@@ -20,8 +20,8 @@ | |||
20 | SetDirectoryPackagesProps; | 20 | SetDirectoryPackagesProps; |
21 | </SetBuildNumbersDependsOn> | 21 | </SetBuildNumbersDependsOn> |
22 | 22 | ||
23 | <GlobalJsonPath>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\..\global.json))</GlobalJsonPath> | 23 | <GlobalJsonPath>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\..\..\global.json))</GlobalJsonPath> |
24 | <CentralPackageVersionsPath>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\..\Directory.Packages.props))</CentralPackageVersionsPath> | 24 | <CentralPackageVersionsPath>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\..\..\Directory.Packages.props))</CentralPackageVersionsPath> |
25 | </PropertyGroup> | 25 | </PropertyGroup> |
26 | 26 | ||
27 | <Target Name="SetAppVeyorBuildNumber" | 27 | <Target Name="SetAppVeyorBuildNumber" |