Skip to content

Commit

Permalink
[edit] enable NoDefaultExcludes
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Dec 24, 2023
1 parent 4958035 commit 38b6fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: dotnet build Simplify.Web.Templates.csproj --no-restore -c Release

- name: Create Package
run: dotnet pack Simplify.Web.Templates.csproj --no-build -c Release -o ./publish -NoDefaultExcludes
run: dotnet pack Simplify.Web.Templates.csproj --no-build -c Release -o ./publish

- name: Create packages artifact
uses: actions/upload-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions src/Simplify.Web.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>content</ContentTargetFolders>
<NoDefaultExcludes>true</NoDefaultExcludes>
</PropertyGroup>
<ItemGroup>
<Content Include="templates\**\*" Exclude="templates\**\bin\**;templates\**\obj\**" />
Expand Down

0 comments on commit 38b6fbc

Please sign in to comment.