mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
Remove compile files
This commit is contained in:
@@ -205,6 +205,7 @@ Task("PackNativeLibs")
|
||||
Task("PackTemplate")
|
||||
.Does(() => {
|
||||
DotNetCorePack(templateProject.FullPath, new DotNetCorePackSettings{
|
||||
NoBuild = true,
|
||||
OutputDirectory = artifactsDirectory,
|
||||
Configuration = configuration,
|
||||
Verbosity = DotNetCoreVerbosity.Quiet,
|
||||
|
||||
@@ -17,6 +17,5 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include=".template.config\*;app.manifest;Directory.Build.props;TemplateGame*.*;TemplateGame*\**\*" Exclude="**\bin\**;**\obj\**" />
|
||||
<Compile Remove="**\*" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user