Replies: 1 comment
-
Not in the current version - Evergreen does this so that multiple architectures can be supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the Invoke-EvergreenLibraryUpdate is there any way to change Folder download? Example
In the JSON file I have
{
"Name": "Zoom",
"EvergreenApp": "Zoom",
"Filter": "$.Architecture -eq "x64" -and $.Installer -eq "Admin" -and $_.Platform -eq "Desktop""
}
It saves to Evergreen\Zoom\5.17.5.31030\x64.
I would prefer it to save to Evergreen\Zoom or Evergreen\Zoom\5.17.5.31030
I don't need the x64 folder.
Beta Was this translation helpful? Give feedback.
All reactions