mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
Update cake script to remove iOS props on packaging
This commit is contained in:
@@ -206,6 +206,13 @@ Task("PackTemplate")
|
||||
RegexOptions.Multiline
|
||||
);
|
||||
|
||||
ctx.ReplaceRegexInFiles(
|
||||
$"{rootDirectory.FullPath}/osu.Framework.Templates/**/*.iOS.csproj",
|
||||
"^.*osu.Framework.iOS.props.*$\n",
|
||||
"",
|
||||
RegexOptions.Multiline
|
||||
);
|
||||
|
||||
DotNetCorePack(templateProject.FullPath, new DotNetCorePackSettings{
|
||||
OutputDirectory = artifactsDirectory,
|
||||
Configuration = configuration,
|
||||
|
||||
Reference in New Issue
Block a user