Jakub Bereżański

Results 113 comments of Jakub Bereżański

Well, its "garbage in, garbage out". The function does not claim to know the full list of possible product ids and the mapping between workloads and products, it relies on...

Yes, this seems to be a quoting issue. You do not need to call powershell, try using the exact command you posted (without prepending `powershell` to it), that way there...

When I run this on my Win10 1909 system, I get the same symptom you described when I run `powershell choco install...`, but when I run `choco install...` it works...

It certainly does. Other users have reported problems with parameter quoting in dockerfiles before. Unfortunately, nobody posted a working example and I don't use Docker so I probably won't be...

Instead of trying to solve the escaping/quoting problem in Docker, why not avoid it altogether: - put the `choco install ...` command in a `.cmd` script, - add the script...

> ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://download.visualstudio.microsoft.com/download/pr/014120d7-d689-4305-befd-3cb711108212/0fd66638cde16859462a6243a4629a50/ndp48-x86-x64-allos-enu.exe'. Exception calling "GetResponse" with "0" argument(s): "The underlying connection was closed: An unexpected error...

I want to make sure I understand correctly - do you want to add the .NET 4 targeting pack to an installation of VS 2017 Build Tools? If yes, `choco...

Please 1) provide the exact command you use, 2) run choco with `-dv` and provide all console output, 3) include any details about your system that may be relevant (OS...

Not sure if we can legally embed and distribute the manifests in the package.

An alternative (to embedding the manifest) idea will be tracked here: #82