Mike
Mike
fixes #355 Adds support for specifying the NuGet version on NuGet Proxy repos
Example config: ```yml nexus_repos_nuget_proxy: - name: chocolatey-proxy blob_store: s3-blobstore remote_url: https://community.chocolatey.org/api/v2/ nuget_version: v2 ``` Update to `create_repos_from_list.groovy` ```groovy // Configs for nuget proxy repos if (currentRepo.type == 'proxy' && currentRepo.format...
fixes #353
The verbose output for the `Create directories for blob stores.` task in `tasks/main.yml` shows the secretAccessKey config property. Adding `no_log: true` to this task should be a sufficient fix.
# Overall Review of Changes Fixes #23, fixes other bad var and conditional ## Issue Fixes Fixes #23 ## Enhancements N/A ## How has this been tested? N/A