Skip to content

Commit 54eaa35

Browse files
jessehouwingrumyax
andauthored
Adds RecallOn* file attributes (#805)
* Adds RecallOn* file attributes Fixes #763 * Update powershell/CompiledHelpers/VstsTaskSdk.cs --------- Co-authored-by: Denis Rumyantsev <[email protected]>
1 parent 4d4fe21 commit 54eaa35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

powershell/CompiledHelpers/VstsTaskSdk.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ public enum Attributes : uint
222222
PosixSemantics = 0x01000000,
223223
OpenReparsePoint = 0x00200000,
224224
OpenNoRecall = 0x00100000,
225-
FirstPipeInstance = 0x00080000
225+
FirstPipeInstance = 0x00080000,
226+
RecallOnDataAccess = 0x00400000,
227+
RecallOnOpen = 0x00040000
226228
}
227229
[Flags]
228230
public enum FindFlags

0 commit comments

Comments
 (0)