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
d3cfd48be4db87f7606513d23a577bbd902c8abe
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
AutomationTool
/
BuildGraph
/
Tasks
History
zousar shaker
273f3d6fa0
Ensure when exporting snapshots that the bucket name we export to is always valid and sanitized.
...
[CL 33324803 by zousar shaker in ue5-main branch]
2024-04-30 02:28:24 -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
CopyTask does not always respect the ErrorIfNotFound=false parameter. When encoutnering a file mapping without wildcards, if the source file doesn't exist, it will error due to an exception thrown in CreateFileMapping regardless of presence of ErrorIfNotFound=false. Using the same approach of enclosing CreateFileMapping in a try/catch as is used by MoveTask.cs.
2024-04-23 13:49:19 -04:00
CreateArtifactTask.cs
Horde: Build fix.
2024-03-12 09:25:27 -04:00
CsCompileTask.cs
…
DeleteTask.cs
…
DeployToolTask.cs
PR
#11757
: Fix tool deployment from Horde Agents. Specifying a JSON options file is now optional; if empty, the settings will be read from the environment.
2024-04-17 12:22:42 -04: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
…
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
PR
#11760
: Expand environment file check to also skip when empty string is passed to SpawnTask. Fixes issue in BuildHorde.xml when building with ImageEnvFile variable. (
#11760
)
2024-04-17 12:31:09 -04:00
StageTask.cs
…
StripTask.cs
…
SubmitTask.cs
…
SymStoreTask.cs
…
TagReceiptTask.cs
…
TagTask.cs
…
UnzipTask.cs
…
UploadTask.cs
…
WaitTask.cs
…
WriteJsonValueTask.cs
…
WriteTextFileTask.cs
…
ZenExportSnapshotTask.cs
Ensure when exporting snapshots that the bucket name we export to is always valid and sanitized.
2024-04-30 02:28:24 -04:00
ZenImportOplogTask.cs
Convert ue.projectstore file to json.
2024-03-24 22:03:42 -04:00
ZipTask.cs
…