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
e833ea81a009113bdc9ed93492d0da90ea475fcb
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
AutomationTool
/
BuildGraph
/
Tasks
History
ben marsh
0dbe097ef2
Horde: Allow specifying a description string for artifacts.
...
#jira UE-207508 [CL 31729764 by ben marsh in ue5-main branch]
2024-02-22 14:17:29 -05:00
..
AgeStoreTask.cs
…
AwsAssumeRoleTask.cs
…
AwsEcsDeployTask.cs
…
AwsTask.cs
…
CheckMarkdownTask.cs
BuildGraph: Allow #gh-light-mode-only and #gh-dark-mode-only tags on images in Markdown files.
2024-02-15 10:46:16 -05: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
…
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: Allow specifying a description string for artifacts.
2024-02-22 14:17:29 -05: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
Change naming of .projectstore to ue.projectstore to avoid having hidden by default status on Mac/Linux.
2024-01-31 13:01:29 -05:00
ZenImportOplogTask.cs
Change naming of .projectstore to ue.projectstore to avoid having hidden by default status on Mac/Linux.
2024-01-31 13:01:29 -05:00
ZipTask.cs
…