Commits
2216f56ae1
Name already in use
Commits on Sep 27, 2023
-
Dmitry Shibanov authored and GitHub committed
Sep 27, 2023 Unverified
No user is associated with the committer email.Copy the full SHA 2216f56View commit details
Commits on Sep 14, 2023
-
Merge pull request #462 from akv-platform/update-installers
Update installers
Nikolai Laevskii authored and GitHub committedSep 14, 2023 Unverified
No user is associated with the committer email.Copy the full SHA 736bc6dView commit details -
Nikolai Laevskii committed
Sep 14, 2023 Copy the full SHA f5526c2View commit details
Commits on Jul 27, 2023
-
Bump word-wrap from 1.2.3 to 1.2.4 (#444)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored and GitHub committedJul 27, 2023 Unverified
No user is associated with the committer email.Copy the full SHA 4dba25fView commit details
Commits on Jul 18, 2023
-
Bump semver from 6.3.0 to 6.3.1 (#443)
dependabot[bot] authored and GitHub committedJul 18, 2023 Unverified
No user is associated with the committer email.Copy the full SHA ada8800View commit details
Commits on Jul 10, 2023
-
* chore: update version of the fast-xml-parser * chore: update tough-cookie and @azure/ms-rest-js * chore: update license for the @azure/ms-rest-js
Ivan authored and GitHub committedJul 10, 2023 Unverified
No user is associated with the committer email.Copy the full SHA e174912View commit details
Commits on Jun 23, 2023
-
Update fast-xml-parser and dotnet installer scripts (#437)
* chore: update fast-xlm-parser and dotnet installer scripts * chore: update license for the fast-xml-parser
Ivan authored and GitHub committedJun 23, 2023 Unverified
No user is associated with the committer email.Copy the full SHA a6be55aView commit details
Commits on Jun 6, 2023
-
Merge pull request #433 from akv-platform/sequential-version-install-fix
Sequential version install fix
Nikolai Laevskii authored and GitHub committedJun 6, 2023 Unverified
No user is associated with the committer email.Copy the full SHA 9b40770View commit details -
Nikolai Laevskii committed
Jun 6, 2023 Copy the full SHA 4827734View commit details -
Merge pull request #431 from akv-platform/allow-json-comments
Allow json comments
Nikolai Laevskii authored and GitHub committedJun 6, 2023 Unverified
No user is associated with the committer email.Copy the full SHA 70fa320View commit details -
Merge pull request #432 from akv-platform/refactor-installer
Refactor installer
Nikolai Laevskii authored and GitHub committedJun 6, 2023 Unverified
No user is associated with the committer email.Copy the full SHA 7ed547cView commit details
Commits on May 31, 2023
-
Nikolai Laevskii committed
May 31, 2023 Copy the full SHA b5ebe9eView commit details -
Add test for global.json with comments
Nikolai Laevskii committedMay 31, 2023 Copy the full SHA 89f1766View commit details -
Nikolai Laevskii committed
May 31, 2023 Copy the full SHA d1c99dfView commit details -
Nikolai Laevskii committed
May 31, 2023 Copy the full SHA faa708dView commit details -
Add more comprehensive testing
Nikolai Laevskii committedMay 31, 2023 Copy the full SHA ea6d1c2View commit details -
Nikolai Laevskii committed
May 31, 2023 Copy the full SHA 9471c5dView commit details -
Update tests to accomodate for changes
Nikolai Laevskii committedMay 31, 2023 Copy the full SHA 6eb2af6View commit details -
Add dotnet runtime installation before main script run
Nikolai Laevskii committedMay 31, 2023 Copy the full SHA 8f71719View commit details -
Nikolai Laevskii committed
May 31, 2023 Copy the full SHA 3cdb094View commit details -
Merge remote-tracking branch 'github/main' into refactor-installer
Nikolai Laevskii committedMay 31, 2023 Copy the full SHA 6019612View commit details
Commits on May 30, 2023
-
Make setup script functions synchronous
Nikolai Laevskii committedMay 30, 2023 Copy the full SHA addb470View commit details -
Make assigning of the script path intuitive
Nikolai Laevskii committedMay 30, 2023 Copy the full SHA 820f30dView commit details -
Nikolai Laevskii committed
May 30, 2023 Copy the full SHA 427804dView commit details -
Call addToPath method on DotnetInstallDir directly
Nikolai Laevskii committedMay 30, 2023 Copy the full SHA 89b480aView commit details -
Rename initialize to setEnvironmentVariable
Nikolai Laevskii committedMay 30, 2023 Copy the full SHA defac24View commit details -
Rename DotnetInstallDir.path to DotnetInstallDir.dirPath
Nikolai Laevskii committedMay 30, 2023 Copy the full SHA 916aec4View commit details
Commits on May 29, 2023
-
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>
3 people authored and GitHub committedMay 29, 2023 Unverified
No user is associated with the committer email.Copy the full SHA 3447fd6View commit details
Commits on May 26, 2023
-
Merge pull request #430 from akv-platform/remove-implicit-dependencies
Remove implicit dependencies
Marko Zivic authored and GitHub committedMay 26, 2023 Unverified
No user is associated with the committer email.Copy the full SHA 916351aView commit details
Commits on May 25, 2023
-
Nikolai Laevskii committed
May 25, 2023 Copy the full SHA 1ad2e31View commit details -
Nikolai Laevskii committed
May 25, 2023 Copy the full SHA e3f84b8View commit details -
Nikolai Laevskii committed
May 25, 2023 Copy the full SHA 2785e21View commit details -
Change PLATFORM to constant instead of function
Nikolai Laevskii committedMay 25, 2023 Copy the full SHA 80a318bView commit details