From 4c0da4f072bfd3a993d9baba08a7ea6e5d81fa8d Mon Sep 17 00:00:00 2001 From: Austin Drenski Date: Fri, 19 Jan 2024 17:07:27 -0500 Subject: [PATCH] chore: Fix props to support more than one project (#177) Signed-off-by: Austin Drenski Signed-off-by: Artyom Tonoyan --- .github/workflows/release.yml | 2 +- build/Common.prod.props | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb0a0f5a..04f4aedc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: - name: Pack if: ${{ steps.release.outputs.releases_created }} run: | - dotnet pack OpenFeature.proj --configuration Release --no-build -p:PackageID=OpenFeature + dotnet pack OpenFeature.proj --configuration Release --no-build - name: Publish to Nuget if: ${{ steps.release.outputs.releases_created }} diff --git a/build/Common.prod.props b/build/Common.prod.props index 49e454c5..63a52d44 100644 --- a/build/Common.prod.props +++ b/build/Common.prod.props @@ -11,7 +11,6 @@ https://github.com/open-feature/dotnet-sdk 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. Feature;OpenFeature;Flags; - OpenFeature openfeature-icon.png https://openfeature.dev Apache-2.0