diff --git a/.github/workflows/publish-nuget.yaml b/.github/workflows/publish-nuget.yaml index 4bf7445c..3b7a951d 100644 --- a/.github/workflows/publish-nuget.yaml +++ b/.github/workflows/publish-nuget.yaml @@ -54,7 +54,7 @@ jobs: - name: Run tests run: dotnet test /p:Configuration=$BUILD_CONFIG --no-restore --no-build --verbosity normal - - name: Pack WalletFramework.Core + - name: Pack WalletFramework run: dotnet pack /p:Configuration=$BUILD_CONFIG /p:Version=$APP_VERSION --no-build --output . # # - name: Publish diff --git a/src/Hyperledger.Aries/Hyperledger.Aries.csproj b/src/Hyperledger.Aries/Hyperledger.Aries.csproj index 50edbd58..60ab8421 100644 --- a/src/Hyperledger.Aries/Hyperledger.Aries.csproj +++ b/src/Hyperledger.Aries/Hyperledger.Aries.csproj @@ -17,7 +17,7 @@ - +