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/build_official.cmd | |
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/build_official.cmd')
-rw-r--r-- | src/build_official.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_official.cmd b/src/build_official.cmd index 55ac3550..63566260 100644 --- a/src/build_official.cmd +++ b/src/build_official.cmd | |||
@@ -1,7 +1,7 @@ | |||
1 | @setlocal | 1 | @setlocal |
2 | @pushd %~dp0 | 2 | @pushd %~dp0 |
3 | 3 | ||
4 | @copy nuget_official.config nuget.config | 4 | @copy nuget_official.config ..\nuget.config |
5 | 5 | ||
6 | build_all.cmd Release Official | 6 | build_all.cmd Release Official |
7 | 7 | ||