Skip to content

Commit 10c1972

Browse files
committed
Add Directory.Build.props for missing packages
1 parent 72a7464 commit 10c1972

6 files changed

Lines changed: 21 additions & 1 deletion

File tree

.github/workflows/publish-pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
run: nuget sources add -name "GPR" -Source "https://nuget.pkg.github.com/${{env.GITHUB_OWNER}}/index.json" -Username "${{env.GITHUB_OWNER}}" -Password ${{secrets.GITHUB_TOKEN}}
5454

5555
- name: Nuget Push
56-
run: nuget push **/*.nupkg -Source "GPR" -SkipDuplicate
56+
run: nuget push **/*.nupkg -Source "GPR" -SkipDuplicate
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<PropertyGroup>
3+
<IsPackable>true</IsPackable>
4+
</PropertyGroup>
5+
</Project>

src/Blockcore.Features.Diagnostic/Blockcore.Features.Diagnostic.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<RuntimeFrameworkVersion>3.1.0</RuntimeFrameworkVersion>
6+
<VersionPrefix>1.0.0</VersionPrefix>
7+
<Authors>Stratis Group Ltd. and Blockcore Developers</Authors>
8+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
69
<CodeAnalysisRuleSet>..\None.ruleset</CodeAnalysisRuleSet>
710
</PropertyGroup>
811

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<PropertyGroup>
3+
<IsPackable>true</IsPackable>
4+
</PropertyGroup>
5+
</Project>

src/Blockcore.Features.SignalR/Blockcore.Features.SignalR.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<TargetFramework>netcoreapp3.1</TargetFramework>
44
<RuntimeFrameworkVersion>3.1.0</RuntimeFrameworkVersion>
55
<VersionPrefix>1.0.0</VersionPrefix>
6+
<Authors>Stratis Group Ltd. and Blockcore Developers</Authors>
7+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
68
</PropertyGroup>
79

810
<ItemGroup>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<PropertyGroup>
3+
<IsPackable>true</IsPackable>
4+
</PropertyGroup>
5+
</Project>

0 commit comments

Comments
 (0)