Skip to content

Commit

Permalink
OCC-152: Publish to NuGet step fails in publish workflow (#288)
Browse files Browse the repository at this point in the history
* branch selector

* Explicitly exclude non-packable projects.

* Using dev in workflow

---------

Co-authored-by: Szabolcs Deme <[email protected]>
  • Loading branch information
sarahelsaig and DemeSzabolcs authored Apr 10, 2023
1 parent e466174 commit 6bf017d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<CopyRefAssembliesToPublishDirectory>true</CopyRefAssembliesToPublishDirectory>
<IsPackable>false</IsPackable>
</PropertyGroup>

<!-- Currently we don't have any ps1/psm1/psd1 files in the repo, so this is commented out. Add the ProjectReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<AssemblyName>OrchardCore.Tests</AssemblyName>
<PackageId>OrchardCore.Tests</PackageId>
<OutputType>Library</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6bf017d

Please sign in to comment.