Skip to content

Commit f47cf07

Browse files
chore: Fix props to support more than one project (#177)
Signed-off-by: Austin Drenski <[email protected]>
1 parent f2b9b03 commit f47cf07

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Pack
4343
if: ${{ steps.release.outputs.releases_created }}
4444
run: |
45-
dotnet pack OpenFeature.proj --configuration Release --no-build -p:PackageID=OpenFeature
45+
dotnet pack OpenFeature.proj --configuration Release --no-build
4646
4747
- name: Publish to Nuget
4848
if: ${{ steps.release.outputs.releases_created }}

build/Common.prod.props

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<RepositoryUrl>https://github.com/open-feature/dotnet-sdk</RepositoryUrl>
1212
<Description>OpenFeature is an open standard for feature flag management, created to support a robust feature flag ecosystem using cloud native technologies. OpenFeature will provide a unified API and SDK, and a developer-first, cloud-native implementation, with extensibility for open source and commercial offerings.</Description>
1313
<PackageTags>Feature;OpenFeature;Flags;</PackageTags>
14-
<PackageId>OpenFeature</PackageId>
1514
<PackageIcon>openfeature-icon.png</PackageIcon>
1615
<PackageProjectUrl>https://openfeature.dev</PackageProjectUrl>
1716
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>

0 commit comments

Comments
 (0)