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
d6fc435a62ceaa09f454a4d9deb956ef44980dfd
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
AutomationTool
/
BuildGraph
/
Tasks
History
ben marsh
581b30d160
Horde: Fix errors publishing artifacts using the CreateArtifact task due to Horde services not being registered with DI container.
...
[CL 31348164 by ben marsh in ue5-main branch]
2024-02-09 13:28:35 -05:00
..
AgeStoreTask.cs
…
AwsAssumeRoleTask.cs
…
AwsEcsDeployTask.cs
…
AwsTask.cs
…
CheckMarkdownTask.cs
Horde: Fix broken links in docs.
2024-01-29 22:21:53 -05:00
CommandletTask.cs
…
CommandTask.cs
…
CompileTask.cs
AutomationTool: Remove obsolete ParallelExecutor
2023-12-04 13:43:10 -05:00
CookTask.cs
…
CopyTask.cs
…
CreateArtifactTask.cs
Horde: Fix errors publishing artifacts using the CreateArtifact task due to Horde services not being registered with DI container.
2024-02-09 13:28:35 -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
…
MsBuildTask.cs
…
NotarizeTask.cs
Updating the NotarizeTask to now use the new "notarytool" as Apple is deprecating "altool --notarize-app".
2023-10-17 17:03:23 -04:00
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
- Replaced System.Environment.MachineName (and System.Net.Dns.GetHostName()) with Unreal.MachineName, since Environment.MachineName is capped at 15 characters, and not every machine name is that short. Uses System.Net.Dns.GetHostName() internally unless is throws an exception, then it falls back to Env.MachineName
2023-11-14 09:40:24 -05:00
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
…