This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
be0d93a019d88bcfaef426bcdd8a23fdc5aa50fe
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
AutomationTool
/
BuildGraph
/
Tasks
History
ryan hummer
be0d93a019
Fixing compile error
...
#rnx #rb none [FYI] josh.adams [CL 27054586 by ryan hummer in ue5-main branch]
2023-08-11 20:25:22 -04:00
..
AgeStoreTask.cs
…
AwsAssumeRoleTask.cs
…
AwsEcsDeployTask.cs
…
AwsTask.cs
…
CommandletTask.cs
…
CommandTask.cs
Updated CommandTask to propagate -uselocalbuildstorage to sub tasks
2023-04-21 09:31:23 -04:00
CompileTask.cs
Fixing compile error
2023-08-11 20:25:22 -04:00
CookTask.cs
…
CopyTask.cs
…
CsCompileTask.cs
Removing mono/xbuild part 1
2023-08-01 10:02:58 -04:00
DeleteTask.cs
…
DeployToolTask.cs
Horde: Move bundle implementation into a separate namespace.
2023-06-24 16:37:55 -04:00
DockerBuildTask.cs
…
DockerComposeDownTask.cs
…
DockerComposeUpTask.cs
BuildGraph: Always register a "docker compose down" command to run after a "docker compose up".
2023-04-17 10:38:23 -04:00
DockerPushTask.cs
…
DockerTask.cs
…
DotNetTask.cs
…
FindModifiedFiles.cs
…
GatherBuildProductsFromFileTask.cs
…
GitCloneTask.cs
…
GitTask.cs
…
HelmTask.cs
…
HordeCreateReportTask.cs
horde: fix json blob for report name
2023-06-07 20:02:06 -04:00
KubectlTask.cs
…
LogTask.cs
…
ModifyConfigTask.cs
…
ModifyJsonValue.cs
…
MoveTask.cs
Add ErrorIfNotFound option to MoveTask to allow for throwing an error if the file is not found. This option is disabled by default.
2023-05-08 14:19:24 -04:00
MsBuildTask.cs
…
NotarizeTask.cs
…
NuGetLicenseCheckTask.cs
BuildGraph: Fix state value of NuGet packages after initial license scan.
2023-05-23 08:46:20 -04:00
OnExitTask.cs
BuildGraph: Allow scheduling tasks to run on lease cleanup, when executing on Horde.
2023-06-08 14:55:24 -04:00
PakFileTask.cs
…
QueryTargetsTask.cs
…
RandomDataTask.cs
…
RenameTask.cs
…
SanitizeReceiptTask.cs
…
SetVersionTask.cs
Additional crash reporting information.
2023-06-05 13:22:14 -04:00
SignTask.cs
…
SpawnTask.cs
…
StageTask.cs
Add new target for staging the crash reporter for Windows and Linux so it can be incorporated into the crash-reporter image
2023-07-28 05:19:26 -04:00
StripTask.cs
…
SubmitTask.cs
…
SymStoreTask.cs
…
TagReceiptTask.cs
…
TagTask.cs
…
UnzipTask.cs
…
UploadTask.cs
…
WaitTask.cs
…
WriteJsonValueTask.cs
Horde: Various installer fixes.
2023-05-18 11:39:53 -04:00
WriteTextFileTask.cs
BuildGraph: Fix Tag property not being respected in WriteTextFile task.
2023-04-14 21:37:27 -04:00
ZenExportSnapshotTask.cs
Increase maximum return code tolerated from the zen.exe command when performing oplog export in a ZenExportSnapshotTask so that we don't have build steps failing because of it while issues are debugged in its operation.
2023-08-09 19:24:13 -04:00
ZipTask.cs
…