Add files to enable checkin policies support (by launching git-tfs in x86 mode)
This commit is contained in:
@@ -316,6 +316,7 @@ Task("Package").Description("Generate the release zip file")
|
||||
CopyDirectory(@"..\doc", OutputDirectory + @"\doc");
|
||||
CopyFiles(@".\packages\**\Microsoft.WITDataStore*.dll", OutputDirectory + @"\GitTfs.Vs2015\");
|
||||
CopyFiles(new[] {@"..\README.md", @"..\LICENSE", @"..\NOTICE"}, OutputDirectory);
|
||||
CopyFiles(new[] {@".\build\CorFlags.exe", @".\build\enable_checkin_policies_support.bat"}, OutputDirectory);
|
||||
DeleteFiles(OutputDirectory + @"\**\*.pdb");
|
||||
|
||||
//Create the zip
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
CorFlags.exe .\git-tfs.exe /32BITPREF+ /nologo
|
||||
Reference in New Issue
Block a user