Граф коммитов

371 Коммитов

Автор SHA1 Сообщение Дата
Ali Moghrabi d6f4a6e484 Fix Unhandled TaskCanceledException
When restoring from multiple sources, one of the sources will throw an
unhandled TaskCanceledException if it has been restored successfully
from a different source. We catch the exception and silently exit.
2019-10-01 10:28:43 -07:00
Satu Bailey e3eb2c21d5
Improving README.md (#125)
* Update README.md

* Add docker sample

* Add optional step
2019-09-05 11:55:42 -07:00
Zach Renner (MSFT) 53a32c6f9c
Merge pull request #121 from microsoft/users/zarenner/updateNuGetProtocol520
Update NuGet.Protocol dependency to 5.2.0
2019-08-22 15:54:47 -07:00
Zach Renner (MSFT) 74c31de46e
Merge pull request #122 from microsoft/users/zarenner/caseInsensitiveEndpoint
Make service endpoint URL matching case-insensitive (fix #120)
2019-08-22 15:42:28 -07:00
Zach Renner 7f6f1acbdf Make service endpoint URL matching case-insensitive (fix #120) 2019-08-22 15:30:55 -07:00
Zach Renner 5aacf69617 Update NuGet.Protocol dependency to 5.2.0 2019-08-22 15:06:21 -07:00
Ali Moghrabi 9dc87e9108 Fix Unhandled TaskCanceledException
When restoring from multiple sources, one of the sources will throw an
unhandled TaskCanceledException if it has been restored successfully
from a different source. We catch the exception and silently exit.
2019-07-31 12:37:56 -07:00
Zach Renner (MSFT) 573328f5bc
Bump version to 0.1.18 2019-07-29 11:22:30 -07:00
Zach Renner (MSFT) 2c61401264
Merge pull request #105 from microsoft/users/zarenner/retryHelpText
Improve retry help text
2019-07-24 13:57:17 -07:00
Zach Renner 949d2e5c87 Improve retry help text. Update readme. 2019-07-24 12:50:03 -07:00
Zach Renner (MSFT) f9436b6d25
Merge pull request #113 from microsoft/users/zarenner/majorRollForward
Allow running on .NET Core 3.x
2019-07-24 12:44:08 -07:00
Zach Renner 73dbd35155 Allow running on .NET Core 3.x 2019-07-18 17:48:26 -07:00
Satu Bailey b0a4a55d40
Add to the install script the option to specify the version of the cred provider (#111) 2019-07-15 10:17:59 -07:00
Satu Bailey ab249905a1
Update readme (#109)
* Add alternative installation

* Add a section for unattended build agents

* Fixes

* PR comments
2019-07-12 14:45:33 -07:00
Salvador Melendez Delgado 0822448849
Merge pull request #102 from microsoft/users/salvmd/publickeyfix
Removing InternalsVisibleTo
2019-06-07 15:19:47 -07:00
Salvador Melendez-Delgado 378fede7eb Removing InternalsVisibleTo 2019-06-07 15:03:04 -07:00
Salvador Melendez-Delgado 9b24439025 Adding PublicKey to InternalsVisibleTo 2019-06-07 14:08:29 -07:00
Salvador Melendez Delgado 8de0ce1bfc
Merge pull request #101 from microsoft/users/salvmd/version0.1.17
Version 0.1.17
2019-06-07 11:18:37 -07:00
Salvador Melendez-Delgado b89114cfbf Version 0.1.17 2019-06-07 11:11:54 -07:00
Zach Renner (MSFT) f2c399263e
Merge pull request #98 from microsoft/users/zarenner/stdErr
Log to stderr (instead of not logging) when emitting the result as JSON
2019-06-05 14:32:52 -07:00
Salvador Melendez Delgado 722f9480e1
Merge pull request #99 from microsoft/users/zarenner/localDataFix
Fix cache location on linux: LocalApplicationData folder may not exist
2019-06-05 14:09:34 -07:00
Zach Renner f7d38407c8 Fix cache location on linux: LocalApplicationData folder may not exist 2019-06-05 13:07:57 -07:00
Zach Renner a408eca719 Log to stderr (instead of not logging) when emitting the result as JSON 2019-06-05 12:23:30 -07:00
Zach Renner (MSFT) 340f03272c
Merge pull request #96 from microsoft/users/salvmd/versionbump
Creating version 0.1.16 to release JSON output format change
2019-05-28 10:26:11 -07:00
Salvador Melendez-Delgado 4bdb6fb715 Creating version 0.1.16 to release JSON output format change 2019-05-28 10:20:17 -07:00
Zach Renner (MSFT) 693d0101f5
Merge pull request #95 from microsoft/users/zarenner/netfxVS
Remove instructions not to install netfx
2019-05-24 14:44:01 -07:00
Zach Renner (MSFT) 0f53327cd1
Remove instructions not to install netfx
Installing the netfx plugin is required to support nuget.exe, as the plugin installed by VS is not currently discovered by nuget.exe (only msbuild /restore)
2019-05-23 12:11:50 -07:00
Zach Renner (MSFT) 4b8659ca47
Merge pull request #93 from microsoft/users/zarenner/jsonOutput
Add JSON output option
2019-05-20 11:37:05 -07:00
Zach Renner 3763f62db9 Add JSON output option 2019-05-15 18:04:02 -07:00
Jonathan Myers 009a334692
Merge pull request #85 from ViktorHofer/patch-1
Use cross-plat dir check in installcredprovider.sh
2019-04-04 08:04:08 -07:00
Viktor Hofer b0e08f6ddf
Merge branch 'master' into patch-1 2019-04-04 17:01:12 +02:00
Jonathan Myers cf2228f1ec
Merge pull request #82 from aude/users/aude/installHelper
Make Linux/Mac install helper more robust
2019-04-04 07:35:54 -07:00
Asbjørn Apeland d406a9ddc6 Show cURL error messages 2019-04-04 08:20:46 +02:00
Asbjørn Apeland cf267f8756 Use more safe argument handling in install helper
https://github.com/koalaman/shellcheck/wiki/SC2086
2019-04-04 08:20:22 +02:00
Jonathan Myers 7fb894afa8
Update helpers/installcredprovider.sh
Co-Authored-By: ViktorHofer <viktor.hofer@microsoft.com>
2019-04-03 21:40:30 +02:00
Jonathan Myers 338b3c9a13
Remove Python dependency from installcredprovider.sh (#87) 2019-04-03 12:14:10 -07:00
Jonathan Myers 2152e4b62f
Revert #83 to split it so authorship is more accurately reflected in repo (#86)
Revert "Merge pull request #83 from Microsoft/users/jmyers/noPythonInInstallScript"

This reverts commit 1d0d856444, reversing
changes made to 6baca59871.
2019-04-03 10:49:38 -07:00
Viktor Hofer 1d766a3012
Use cross-plat dir check in installcredprovider.sh 2019-04-03 15:51:53 +02:00
Jonathan Myers 1d0d856444
Merge pull request #83 from Microsoft/users/jmyers/noPythonInInstallScript
Don't use Python in Linux/Mac install script
2019-04-01 12:13:05 -07:00
Jonathan Myers bf4bf1e649
Update installcredprovider.sh 2019-04-01 12:12:35 -07:00
Jonathan Myers 8b6da0c0df Don't use Python in Linux/Mac install script 2019-03-29 15:27:52 -07:00
Satu Bailey 6baca59871
Fix -Force in installcredprovider.ps1 script (#80) 2019-03-13 16:27:12 -07:00
Satu Bailey 6e7bd8f791
Fixing CancellationToken in request handler (#78) 2019-03-12 13:54:18 -07:00
jotaylo a140be2bcc
use named mutex instead of lock to lock cache file (#76) 2019-03-08 13:53:42 -08:00
Satu Bailey 4002b96b77
Add stopwatch logging to request handler (#70) 2019-02-22 14:53:47 -08:00
Satu Bailey 70be3b83db
Add more verbose logging (#67)
* Adding more verbose logs
2019-02-14 11:29:33 -08:00
Satu Bailey 5e07558c3e
Update README (#65) 2019-02-08 12:00:34 -08:00
Alex Mullans 6aca5d8d2e
Merge pull request #61 from danielwertheim/tip-about-env-bars
Update README.md
2019-01-25 09:37:13 -08:00
Alex Mullans 7c76df525b
Clarify tip around restarting process 2019-01-25 09:37:01 -08:00
Alex Mullans 9b5593dcdb
Merge pull request #62 from idg10/patch-1
Clarify that the --interactive step can be avoided
2019-01-25 09:35:23 -08:00