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
bac1ae052d2d74e38cce92b4b0ec0c257de2492a
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
AutomationTool
/
BuildGraph
/
Tasks
History
ben marsh
e6b26cf1a2
Detect invalid slashes in markdown links.
...
[CL 32790915 by ben marsh in ue5-main branch]
2024-04-08 09:23:20 -04:00
..
AgeStoreTask.cs
…
AwsAssumeRoleTask.cs
…
AwsEcsDeployTask.cs
…
AwsTask.cs
…
CheckMarkdownTask.cs
Detect invalid slashes in markdown links.
2024-04-08 09:23:20 -04:00
CommandletTask.cs
- Added a shared GetEditorForProject() function which should be used in UAT to get the path to the binary to run, becasue UnrealEditor-Cmd.exe is not always correct (if the editor is a Unique build environment, the editor to use to cook etc is the project editor. not UnrealEditor)
2024-02-19 15:10:30 -05:00
CommandTask.cs
…
CompileTask.cs
Adding skip build as an option for the compile task in buildgraph.
2024-03-25 18:31:19 -04:00
CookTask.cs
- Added a shared GetEditorForProject() function which should be used in UAT to get the path to the binary to run, becasue UnrealEditor-Cmd.exe is not always correct (if the editor is a Unique build environment, the editor to use to cook etc is the project editor. not UnrealEditor)
2024-02-19 15:10:30 -05:00
CopyTask.cs
…
CreateArtifactTask.cs
Horde: Build fix.
2024-03-12 09:25:27 -04:00
CsCompileTask.cs
…
DeleteTask.cs
…
DeployToolTask.cs
BuildGraph: Log the tool id when deploying to Horde.
2024-02-03 12:59:37 -05:00
DockerBuildTask.cs
…
DockerComposeDownTask.cs
…
DockerComposeUpTask.cs
…
DockerPushTask.cs
…
DockerTask.cs
…
DotNetTask.cs
…
FindModifiedFiles.cs
…
GatherBuildProductsFromFileTask.cs
…
GitCloneTask.cs
…
GitTask.cs
…
HelmTask.cs
…
HordeCreateReportTask.cs
…
KubectlTask.cs
…
LogTask.cs
…
ModifyConfigTask.cs
…
ModifyJsonValue.cs
…
MoveTask.cs
UAT: Fix static analysis warnings (and error building from VS?) due to style issues. Created separate exception types to make the new code more idiomatic.
2024-02-14 23:39:59 -05:00
MsBuildTask.cs
…
NotarizeTask.cs
…
NuGetLicenseCheckTask.cs
Corrected documentation on nuget license check task
2024-02-05 09:07:39 -05:00
OnExitTask.cs
…
PakFileTask.cs
…
QueryTargetsTask.cs
…
RandomDataTask.cs
…
RenameTask.cs
…
SanitizeReceiptTask.cs
…
SetVersionTask.cs
…
SignTask.cs
Adding an option to run code signing via signtool.exe in parallel, up to 16 concurrent instances.
2024-02-06 15:39:04 -05:00
SpawnTask.cs
…
StageTask.cs
…
StripTask.cs
…
SubmitTask.cs
…
SymStoreTask.cs
…
TagReceiptTask.cs
…
TagTask.cs
…
UnzipTask.cs
…
UploadTask.cs
…
WaitTask.cs
…
WriteJsonValueTask.cs
…
WriteTextFileTask.cs
…
ZenExportSnapshotTask.cs
Adding retry mechanism when exporting zen oplogs. Also ensuring that we don't write out a descriptor if we failed to export the oplog.
2024-04-06 00:55:05 -04:00
ZenImportOplogTask.cs
Convert ue.projectstore file to json.
2024-03-24 22:03:42 -04:00
ZipTask.cs
…