1
0
Форкнуть 0
Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
J Wyman 69db585b2d Azure DevOps Rebranding
- [x] Change all text, strings, and other resources which refer to Visual Studio Team Services [VSTS] to refer to Azure DevOps instead.
- [x] Change the VisualStudioTeamServices namespace and type names from Visual Studio Team Services / VSTS to Azure DevOps.
- [x] Change the VisualStudioTeamServices named projects to AzureDevops. Update all solution and cross-project references to accomodate for the changes.
- [x] Change the VisualStudioTeamServices named projects to AzureDevops. Update all solution and cross-project references to accomodate for the changes.
- [x] Move all files from 'VisualStudioTeamServices' into 'AzureDevOps' folders.
- [x] Update all solution and project references.
- [x] Update test data to use the new "Devops" name.
- [x] Since users won't be ready to update their branded configuration values, we need to retain support for the VSTS branded options; which emitting a warning for the deprecated option usage.
2018-09-12 17:21:36 -04:00
XhmikosR 0ba9fda732 Installer/Setup.iss: remove unused variable. 2018-06-26 12:22:24 +03:00
J Wyman ∞ 0c1349bd4f install: update package assembly list
Replace 'Microsoft.Vsts.Authentication.dll' with 'VisualStudioTeamServices.Authentication.dll' in `Installer` and 'Setup.iss'.
2018-06-08 15:08:04 -04:00
J Wyman ∞ 438baa17f4 installer: update Git for Windows
Update the automatically downloaded Git for Windows version.

  - 2.15.0 -> 2.17.0
2018-05-03 14:10:53 -04:00
J Wyman ∞ 6b76ed2572 installer: fix installer.
Fix the installer by ensuring that git-askpass.exe is correctly copied where it is necessary.
2018-05-01 16:32:43 -04:00
Oren Novotny 445c27db55
Remove typeforwarder facade from package 2018-04-19 07:24:03 -07:00
J Wyman 61e584442f alm.git: Remove the 'Microsoft.Alm.Git' project from solution.
Since every assembly with a dependency on 'Microsoft.Alm.Authentication' also required a dependency on 'Microsoft.Alm.Git' (due to the sheer number of Git types in the Authentication API) there was a strong "code smell".

This change merges the 'Microsoft.Alm.Git' assembly into the 'Microsoft.Alm.Authentication' assembly. Reducing the number of assemblies produced by 2 (library & test).

Following commit will correct namespaces and usage.
2018-03-05 12:50:53 -05:00
J Wyman ∞ a8b6de4319 installer: add Installer project.
Completes the initial effort to enable binary + installer signing support.

Using the MicroBuild solution, signing is now enabled for any environment which is setup to support it; and a pass-through operation for environments where it is not.

Final outputs will be in the Deploy/ folder, which will only contain the Microsoft.Alm.Authentication.{version}.nupkg, gcmw-v{version}.zip, and GCMW-{version}.exe files after a successful build.
2018-01-18 18:44:09 -05:00