-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support the new .zevtc file extension for compressed logs
Newer versions of ArcDPS since 20181212 now compress the EVTC files using the new .zevtc file extension. To support this, add two helper functions to the library module for checking if a filename is an EVTC file, and for determining the uncompressed name that we want to associate it with. This simplifies the code in upload-logs.ps1 and avoids needing to further duplicate some of the logic. Additionally this should allow future new filename changes to be a bit easier to handle. Signed-off-by: Jacob Keller <jacob.keller@gmail.com>
- Loading branch information
1 parent
6a9e00a
commit f92a0f5
Showing
2 changed files
with
52 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters