Commit Graph

43 Commits (cacheupgrade)

Author SHA1 Message Date
Nikolai Laevskii 6eb2af61b6 Update tests to accomodate for changes 2 years ago
Nikolai Laevskii 6019612129 Merge remote-tracking branch 'github/main' into refactor-installer 2 years ago
Nikolai Laevskii 427804d76a Update tests 2 years ago
Nogic 3447fd6a9f
feat: Cache NuGet global-packages folder (#303)
* feat: cache NuGet global-packages folder

* fix: remove unused files

* docs: fix incorrect action

* ci: add e2e test for cache

* docs: accept suggested changes on README

* docs: add simple cache example

* build: change main script path

* fix: change relative path to install scripts

* fix: change relative path to problem matcher

* refactor: accept changes on cache-utils

* fix: revert main script path changes

* test: fix cache-utils unit test

* test: fix cache-utils unit test

* feat: add `cache-dependency-path` variables

* build: change main script dist path

* ci: add `cache-dependency-path` e2e test & missing lock file

* fix: accept change suggestions

* ci: copy NuGet lock file to root

to pass "test-setup-with-cache" e2e test

* docs: change README guide

* fix: apply suggestions from code review

Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>

* test: fix some failed unit tests

- fix `restoreCache()` test for 9703c8
- update installer script

* build: rebuild dist

* Update unit-tests
- Additional unit test were added to setup-dotnet.test.ts

* Update unit tests for unix systems

* Format and lint unit tests

* fix: avoid use '/' on `path.join`

* fix: rebuild dist

* fix: apply suggestions from code review

Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>

* build: add `DisableImplicitNuGetFallbackFolder` option

also add guide on README

* docs: highlight warnings and notes

* docs: update note about handling NU1403

---------

Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
Co-authored-by: IvanZosimov <ivanzosimov@github.com>
2 years ago
Nikolai Laevskii 5c7ae4f903 Apply consistent naming 2 years ago
IvanZosimov 38b49fb717 Fix informational and debug messages 2 years ago
IvanZosimov 83a1653fa3 Update regular expresiion for isLatestPatchSyntax() 2 years ago
IvanZosimov 2f028bc044 update unit and e2e tests 2 years ago
IvanZosimov e8501859aa Update unit tests 2 years ago
IvanZosimov 426d75d071 Merge branch 'main' into add-latest-patch-syntax 2 years ago
Ivan 0f534f5829
Refactor and update unit-tests (#418)
* Update unit-tests and dotnet-install scripts
2 years ago
IvanZosimov c5a57b219c Update unit-tests 2 years ago
IvanZosimov 6adeb768ce Update docs 2 years ago
IvanZosimov 34c30d0e81 Refactor logic 2 years ago
IvanZosimov 5f570676c2 Add unit and e2e tests 2 years ago
Ivan c82240598b
Add and configure ESLint and update configuration for Prettier (#391)
* Apply ESLint config and update Prettier

* Update dependencies and rebuild

* Update docs
3 years ago
Ivan c7e7147fd3
Add ability to write resolved version of SDK into the output variable (#324) 3 years ago
Ivan 0705ef0281
Implement proposal stated in ADR for setup-dotnet v3 and functionality from feature request #219 (#315) 3 years ago
La'Kaleigh Harris 550702114f
Support multiple versions in single invocation (#240) 4 years ago
Zachary Eisinger 7a98346f51
DOTNET_ROOT and short generic versions (#131) 5 years ago
dependabot[bot] 9d7c66c348
Bump node-fetch from 2.6.0 to 2.6.1 (#127)
* Bump node-fetch from 2.6.0 to 2.6.1

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

* Package and index update

* Formatting on installer.test

* Updated licenses

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zachary Eisinger <zeisinger@github.com>
5 years ago
Zachary Eisinger 352338157c
Install sxs with the install-dotnet scripts (#124)
* Use dotnet-install scripts for proper sxs

* Update dotnet version in testing

* Error message cleanup

* SxS testing in the dotnet project

* Update package lock

* Test fixes

* Use proper environment variable

* Set dotnet root for windows
5 years ago
Zachary Eisinger 40390722c2 Merge branch 'support-latest-version' of https://github.com/litetex/setup-dotnet-forked into litetex-support-latest-version 5 years ago
litetex 983c8ef1bd Fixed format 😱 5 years ago
litetex a8eaac54ab Tests are now covering the correct preview-format 5 years ago
Zachary Eisinger a0982bfd3a Merge remote-tracking branch 'origin/master' into global-json 5 years ago
litetex 7b228edf43 Pretty printed code 6 years ago
litetex c5ee7a1134 Cleanup
* Doc
* Refactored and removed some stuff
6 years ago
litetex 3eb0d2f3dd Reworked version parser
* Updated tests
6 years ago
litetex 3426e11858 More tests 6 years ago
litetex ebefd7bccb More tests and more fixes 6 years ago
litetex 5411b6342a Removed dummy tests 6 years ago
litetex a5cce9bf9f Refactoring
* Added more tests
* Allowed also exact versions again
6 years ago
litetex fd402244d0 Added support for latest version syntax 6 years ago
eric sciple cf5f899a30 follow proxy settings 6 years ago
Zachary Eisinger 09cc69fecb Fix tests that do not specify full url 6 years ago
Danny McCormick c0fa767caa
Bump timeouts 6 years ago
Danny McCormick 8b1e9ddf26 Lint 6 years ago
Danny McCormick db362d751e Feedback 6 years ago
Danny McCormick 1acab72798
New tool cache (#8)
* Consume new tool-cache

* Fix tests

* Fix workflow
6 years ago
Danny McCormick 17fa2e931e
Longer timeout 6 years ago
Danny McCormick 187843cd79
Add installer (#1)
* Add installer

* Add tests

* install-dotnet script should be in externals

* merge

* Fix tests

* Fix naming

* Clean up

* Feedback
6 years ago
Danny McCormick 32b4c69676 Initial commit 6 years ago