Commit Graph

116 Commits

Author SHA1 Message Date
HarithaVattikuti 4d6c8fcf3c
Upgrade Node to v20 (#484)
* Node Version upgrade to 20

* 4.0.0

* Action Files upgrade to 20

* Updated version for outdated

* Update Format check

* Auth Test file update
2023-12-04 19:47:27 +05:30
Nikolai Laevskii 9b40770825
Merge pull request #433 from akv-platform/sequential-version-install-fix
Sequential version install fix
2023-06-06 13:43:07 +02:00
Nikolai Laevskii 48277343a5 Reduce number of e2e tests 2023-06-06 13:23:53 +02:00
Nikolai Laevskii 89f1766d87 Add test for global.json with comments 2023-05-31 12:28:10 +02:00
Nikolai Laevskii faa708d00b Fix e2e tests 2023-05-31 11:21:34 +02:00
Nikolai Laevskii ea6d1c26e7 Add more comprehensive testing 2023-05-31 11:21:34 +02:00
Nikolai Laevskii 9471c5df0b Update e2e tests 2023-05-31 11:21:34 +02:00
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>
2023-05-29 12:43:18 +02:00
IvanZosimov 2f028bc044 update unit and e2e tests 2023-05-18 11:11:51 +02:00
IvanZosimov 426d75d071 Merge branch 'main' into add-latest-patch-syntax 2023-05-15 14:13:18 +02:00
Ivan 0f534f5829
Refactor and update unit-tests (#418)
* Update unit-tests and dotnet-install scripts
2023-05-15 14:09:29 +02:00
Ivan fc8786b149
Update e2e tests and e2e test infrastructure (#414) 2023-04-20 14:42:27 +02:00
IvanZosimov 7d08dc7593 Add e2e test 2023-04-19 16:48:00 +02:00
IvanZosimov 50b46b3b1d Update verify-dotnet.ps1 2023-04-19 16:24:27 +02:00
IvanZosimov 180a15970f Update e2e test infrastructure 2023-04-19 13:40:44 +02:00
IvanZosimov b72f430d36 Update e2e tests 2023-04-13 17:28:59 +02:00
IvanZosimov ca579e0fb2 Add update-config-files.yml 2023-03-09 13:47:42 +01:00
Ivan c82240598b
Add and configure ESLint and update configuration for Prettier (#391)
* Apply ESLint config and update Prettier

* Update dependencies and rebuild

* Update docs
2023-03-09 14:43:05 +02:00
MaksimZhukov 3cf27f13bb
Update release-new-action-version.yml (#368) 2023-01-12 13:51:42 +01:00
Evgenii Korolevskii fe74f1cb7d
Update CODEOWNERS 2022-12-26 09:40:40 +01:00
Evgenii Korolevskii fe67d2f8db
update team 2022-12-22 23:59:20 +01:00
Evgenii Korolevskii 023f7252a0
Update CODEOWNERS 2022-12-22 23:56:54 +01:00
IvanZosimov 11aaa65761 Fix review points 2022-12-20 16:24:40 +01:00
IvanZosimov 338d4e3bbf Update workflows to use reusable-workflows repo 2022-12-19 12:38:18 +01:00
IvanZosimov 228eec3014 Add links to reusable workflows 2022-12-15 16:24:18 +01:00
IvanZosimov c483e03222 Update workflows 2022-12-15 16:16:00 +01:00
IvanZosimov a35f420124 Update to use public version of reusable workflows 2022-12-14 13:20:26 +01:00
IvanZosimov 4214866121 Update workflows 2022-12-14 12:24:48 +01:00
IvanZosimov 0681939502 Update workflow.yml 2022-12-14 11:56:17 +01:00
IvanZosimov ba8a1f9c02 Update action to use reusable workflows 2022-12-14 11:41:18 +01:00
James M. Greene 8ae4c080ce
Update to latest `actions/publish-action`
To avoid Actions core deprecation messages.

https://github.com/actions/publish-action/releases/tag/v0.2.1
2022-11-22 10:50:00 -06:00
Theodore Tsirpanis 6a2cd88ae8 Address PR feedback; update the installers and the Squid image. 2022-11-15 18:00:14 +02:00
Ivan c7e7147fd3
Add ability to write resolved version of SDK into the output variable (#324) 2022-09-29 17:45:25 +02:00
Ivan 0705ef0281
Implement proposal stated in ADR for setup-dotnet v3 and functionality from feature request #219 (#315) 2022-09-27 14:47:12 +02:00
Nogic bac4044d91 ci: add `--ignore-scripts` argument 2022-07-29 07:17:54 +00:00
Brian Cristante c0d4ad69d8
Don't need C# analysis for CodeQL 2022-04-29 13:54:18 -04:00
Brian Cristante afe2daba1f
Create codeql-analysis.yml 2022-04-29 13:48:41 -04:00
Owen Smith f078482971
add global-json-file input (#276)
* support specifying global.json location with global-json-file input

* add test workflow jobs for global.json usage

* fix typo in global-json-file description

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
2022-04-18 08:25:56 -04:00
Vladimir Safonkin 53d632b5c0
Update docs to v2 (#278)
* Update docs to v2

* Bump checkout action to v3

* Update installer scripts

* Replace v2 to vX on the docs, minor fixes

* Remove extra whitespace
2022-04-01 09:48:47 -04:00
Vladimir Safonkin d292011f5d Update node version to v16 2022-02-24 11:16:01 +03:00
Vladimir Safonkin f85bcda870
Fix the Licensed workflow (#258) 2021-12-23 14:35:09 +03:00
La'Kaleigh Harris 550702114f
Support multiple versions in single invocation (#240) 2021-11-23 13:03:56 +03:00
Brian Cristante 9969bca445 Fix triggers in licensed.yml 2021-08-25 11:29:43 -04:00
Brian Cristante deee0f6246 Add check-dist.yml 2021-08-25 11:29:42 -04:00
MaksimZhukov 95f03216f8 Use permissions as a top-level key 2021-05-27 16:20:43 +03:00
MaksimZhukov 5529ce4143 Use the "publish-action" action 2021-05-27 14:39:14 +03:00
MaksimZhukov 0cfae9b3a5 Automate releasing new versions of the setup-dotnet action 2021-04-26 16:02:03 +03:00
Maxim Lobanov 4f71fcfa81
Add @actions/virtual-environments-owners to CODEOWNERS file 2021-03-04 21:24:09 +03:00
Dmitry Shibanov 2d101adc9f restrict blank issues 2021-02-10 19:12:20 +03:00
Maxim Lobanov bea420f2fd
Improve tests coverage
Rework tests
2021-02-05 12:39:37 +03:00