Skip to content

Commit

Permalink
Adds RecallOn* file attributes (#805)
Browse files Browse the repository at this point in the history
* Adds RecallOn* file attributes

Fixes #763

* Update powershell/CompiledHelpers/VstsTaskSdk.cs

---------

Co-authored-by: Denis Rumyantsev <v-denisr@microsoft.com>
  • Loading branch information
jessehouwing and DenisRumyantsev committed Nov 29, 2023
1 parent c118389 commit 5ab4ebe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion powershell/CompiledHelpers/VstsTaskSdk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ public enum Attributes : uint
PosixSemantics = 0x01000000,
OpenReparsePoint = 0x00200000,
OpenNoRecall = 0x00100000,
FirstPipeInstance = 0x00080000
FirstPipeInstance = 0x00080000,
RecallOnDataAccess = 0x00400000,
RecallOnOpen = 0x00040000
}
[Flags]
public enum FindFlags
Expand Down

0 comments on commit 5ab4ebe

Please sign in to comment.