Skip to content

Commit

Permalink
🔖 🚑 修复在正常使用时抛出 CSF0004 的问题
Browse files Browse the repository at this point in the history
Signed-off-by: 舰队的偶像-岛风酱! <frg2089@outlook.com>
  • Loading branch information
frg2089 committed Apr 25, 2023
1 parent ec0e1d7 commit 563d632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builds/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ShimakazeSdkSlnFolder>$([MSBuild]::NormalizeDirectory('$(ShimakazeSdkRootFolder)', 'sln'))</ShimakazeSdkSlnFolder>
<MSBuildProjectNameWithoutTests>$(MSBuildProjectName.Replace('.Tests', ''))</MSBuildProjectNameWithoutTests>
<MSBuildProjectNameWithoutAbstractions>$(MSBuildProjectName.Replace('.Abstractions', ''))</MSBuildProjectNameWithoutAbstractions>
<Version>0.0.1-preview.2</Version>
<Version>0.0.1-preview.3</Version>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)SolutionGenerator.props" />
Expand Down
2 changes: 1 addition & 1 deletion sdks/Shimakaze.Sdk.RA2/targets/Csf.targets
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Inputs="@(CsfFile)"
Outputs="$(OutputPath)\$(CsfFileName)">
<CsfMerger
SourceFiles="@(CsfFile)"
SourceFiles="@(CsfFile -> WithMetadataValue('Tag', 'Csf'))"
DestinationFile="$(OutputPath)$(CsfFileName)">
<Output TaskParameter="OutputFile" ItemName="None" />
</CsfMerger>
Expand Down

0 comments on commit 563d632

Please sign in to comment.