diff --git a/.github/workflows/publish-nuget.yaml b/.github/workflows/publish-nuget.yaml index 97f1b798..971bd855 100644 --- a/.github/workflows/publish-nuget.yaml +++ b/.github/workflows/publish-nuget.yaml @@ -52,12 +52,10 @@ jobs: run: dotnet build $SOLUTION --configuration $BUILD_CONFIG -p:Version=$APP_VERSION --no-restore - name: Run tests - run: dotnet test $SOLUTION /p:Configuration=$BUILD_CONFIG --no-restore --no-build --verbosity normal + run: dotnet test $SOLUTION --configuration $BUILD_CONFIG --no-restore --no-build --verbosity normal - name: Pack WalletFramework - run: dotnet pack $SOLUTION /p:Configuration=$BUILD_CONFIG /p:Version=$APP_VERSION --no-build --output . -# + run: dotnet pack $SOLUTION --configuration $BUILD_CONFIG -p:Version=$APP_VERSION --no-build --output . + # - name: Publish # run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} - - diff --git a/src/Hyperledger.Aries.TestHarness/Hyperledger.Aries.TestHarness.csproj b/src/Hyperledger.Aries.TestHarness/Hyperledger.Aries.TestHarness.csproj index cdcb5c62..b9f56843 100644 --- a/src/Hyperledger.Aries.TestHarness/Hyperledger.Aries.TestHarness.csproj +++ b/src/Hyperledger.Aries.TestHarness/Hyperledger.Aries.TestHarness.csproj @@ -8,6 +8,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/test/Hyperledger.Aries.Tests/Hyperledger.Aries.Tests.csproj b/test/Hyperledger.Aries.Tests/Hyperledger.Aries.Tests.csproj index f4c62e11..5c91da32 100644 --- a/test/Hyperledger.Aries.Tests/Hyperledger.Aries.Tests.csproj +++ b/test/Hyperledger.Aries.Tests/Hyperledger.Aries.Tests.csproj @@ -24,6 +24,10 @@ + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + all runtime; build; native; contentfiles; analyzers