Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Невозможно установить требуемые nuget модули #176

Closed
1 of 2 tasks
sergey-s-betke opened this issue Nov 13, 2021 · 2 comments
Closed
1 of 2 tasks
Assignees
Labels
bug Something isn't working build Build pipeline dependencies Pull requests that update a dependency file
Milestone

Comments

@sergey-s-betke
Copy link
Contributor

sergey-s-betke commented Nov 13, 2021

Требуемое поведение

Invoke-PSDepend (#107) должен выполняться без ошибок.

Текущее поведение

При установке на "голую" машину (на которой не был сконфигурирован nuget) не один из модулей nuget не удаётся установить.

Возможное решение

  • необходимо добавить репозиторий в конфигурацию nuget либо явно в командную строку
  • при ошибке восстановления модулей nuget процесс сборки должен прерываться. Сейчас это не так.
@sergey-s-betke sergey-s-betke added bug Something isn't working build Build pipeline dependencies Pull requests that update a dependency file labels Nov 13, 2021
@sergey-s-betke sergey-s-betke self-assigned this Nov 13, 2021
@sergey-s-betke
Copy link
Contributor Author

sergey-s-betke commented Nov 13, 2021

sergey-s-betke added a commit that referenced this issue Nov 13, 2021
If nuget sources config is absent

#176
@sergey-s-betke sergey-s-betke added this to the 2.9.8 milestone Nov 13, 2021
@sergey-s-betke
Copy link
Contributor Author

nuget sources add -Name nuget.org -Source https://api.nuget.org/v3/index.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Build pipeline dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant