Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
InuInu2022 committed Nov 4, 2024
1 parent 3159302 commit 3c8f423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"type": "process",
"args": [
"publish",
"${workspaceFolder}/src/Sample/Sample.csproj",
"${workspaceFolder}/src/Ymm4SquirclePlugin/Ymm4SquirclePlugin.csproj",
"/property:GenerateFullPaths=true",
"/property:Configuration=Release",
"/p:RunAnalyzers=false"
Expand Down
1 change: 1 addition & 0 deletions buildprops/Ymm4Plugin.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<FilesToDelete Include="$(OutputPath)\publish\runtimes\win\lib\**\System.Management.dll" />
<FilesToDelete Include="$(OutputPath)\publish\YukkuriMovieMaker.*.dll" />
<FilesToDelete Include="$(OutputPath)\publish\YukkuriMovieMaker.*.pdb" />
<FilesToDelete Include="$(OutputPath)\publish\(AssemblyName).pdb" />
</ItemGroup>
<Delete Files="@(FilesToDelete)">
<Output TaskParameter="DeletedFiles" ItemName="FilesDeleted" />
Expand Down

0 comments on commit 3c8f423

Please sign in to comment.