Commit Graph

24 Commits

Author SHA1 Message Date
Philippe Miossec 7aaa6b2933 Update Libgit2sharp to 0.23.1 2017-04-13 00:34:06 +02:00
Philippe Miossec dc43a8180c Convert all projects Configuration to x86
Fix warnings and problems introduced by #1019
(Test assembly was no more loadable by the xunit console runner on my computer)

and update build file to build in x86
2016-12-26 14:48:01 +01:00
Philippe Miossec ffb194b23a Paket: Add auto detect framework used (much less noise!)
+ No need to fix version in the paket.dependencies (until we detect a problem!)
2016-10-31 15:15:08 +01:00
Philippe Miossec cb605117c4 Fix C# language to v5 until we don't oblige to build with VS2015
...to prevent pull request with unwished C#6 stuff
2016-10-31 14:04:03 +01:00
Philippe Miossec 3f7243e374 Update LibGit2Sharp 2016-10-21 21:28:24 +02:00
Philippe Miossec b18fea8b6a Formatting code using CodeFormatter
CodeFormatter.exe /rule-:FieldNames /nounicode /nocopyright .\GitTfs.sln
2016-10-18 22:10:22 +02:00
Philippe Miossec c66f4fbc1a Using Diagnostics.Trace instead of TextWriter stdout 2016-10-18 21:20:41 +02:00
Kim Gybels f5a1e4321d Fix paket.references in GitTfs.Vs2015
Paket doesn't like the comments in the file.

Paket failed with:
        Unable to parse C:\git\git-tfs\GitTfs.Vs2015\paket.references
2016-09-28 15:23:43 +02:00
Philippe Miossec fe4859d1b9 Add some links inside the paket files 2016-08-02 00:32:54 +02:00
Philippe Miossec 926339ab91 Remove useless TFS2015 following paket install 2016-02-19 23:26:01 +01:00
Philippe Miossec 09320f074d remaining.... 2016-02-19 23:26:00 +01:00
Philippe Miossec a332d81377 paket.exe simplify
http://forki.github.io/PaketIntro/#/17
2016-02-19 23:25:57 +01:00
Philippe Miossec 4c7ce813a6 paket.exe convert-from-nuget
http://forki.github.io/PaketIntro/#/16
2016-02-19 23:25:56 +01:00
Philippe Miossec ed39a8ff98 Remove useless assemblies to reduce release package size 2016-02-17 01:06:43 +01:00
Philippe Miossec fe27adbfc6 Update tfs2015 nuget packages 2015-12-25 12:33:40 +01:00
Philippe Miossec 3dc4a39455 Vs2015: Fix finding the registry key for assembly used by checkin tool
The name key in the registry to find the path toward the file
"Microsoft.TeamFoundation.VersionControl.ControlAdapter.dll"
change with

ex:
Vs2015 => "Microsoft.VisualStudio.TeamFoundation.TeamExplorer.Extensions,14.0.23102"
Vs2015 Update 1 => "Microsoft.VisualStudio.TeamFoundation.TeamExplorer.Extensions,14.0.24712"

The only way to solve the problem is to look at the key beginning with
"Microsoft.VisualStudio.TeamFoundation.TeamExplorer.Extensions"

fix #888
2015-12-16 00:49:51 +01:00
Philippe Miossec ec533ba1ff Ignore file during the post build copy 2015-10-30 00:13:41 +01:00
Philippe Miossec 90aeee42e4 Copy GitTfs.Vs20xx in subfolders
and load assemblies from there...
2015-10-30 00:13:41 +01:00
Philippe Miossec 62716df049 Tfs2015 assemblies are now added with nuget 2015-10-30 00:13:41 +01:00
Philippe Miossec 8414ac5740 Gated check-in support
by triggering a build when a check-in is rejected due to a gated check-in
2015-08-17 19:08:49 +02:00
Michael Naumov 8c97d8fc90 Override GetDialogAssemblyPath for TFS2015 2015-07-29 23:57:36 +03:00
Philippe Miossec e0375a2068 Fix the references to the TFS assemblies for VS2015
The TFS assemblies are no more in the GAC (and we are waiting the nuget packages!)
so we have to take the assemblies in the Visual Studio folder...
http://stackoverflow.com/a/30158212/717372
2015-07-21 22:37:17 +02:00
Philippe Miossec 3c60672bca Enable build option in csproj to treat all the warnings as errors 2015-06-24 10:58:56 +02:00
Philippe Miossec 6d377498d4 Add Vs2015 (and TFS2015) support 2015-06-01 22:57:49 +02:00