We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c118389 commit 5ab4ebeCopy full SHA for 5ab4ebe
powershell/CompiledHelpers/VstsTaskSdk.cs
@@ -222,7 +222,9 @@ public enum Attributes : uint
222
PosixSemantics = 0x01000000,
223
OpenReparsePoint = 0x00200000,
224
OpenNoRecall = 0x00100000,
225
- FirstPipeInstance = 0x00080000
+ FirstPipeInstance = 0x00080000,
226
+ RecallOnDataAccess = 0x00400000,
227
+ RecallOnOpen = 0x00040000
228
}
229
[Flags]
230
public enum FindFlags
0 commit comments