diff --git a/.github/workflows/publish-nuget.yaml b/.github/workflows/publish-nuget.yaml index b3512387..94d380e6 100644 --- a/.github/workflows/publish-nuget.yaml +++ b/.github/workflows/publish-nuget.yaml @@ -13,7 +13,7 @@ jobs: env: BUILD_CONFIG: 'Release' - SOLUTION: 'Hyperledger.Aries.sln' + SOLUTION: '../../src/Hyperledger.Aries.sln' runs-on: ubuntu-latest @@ -37,5 +37,5 @@ jobs: #- name: Run tests #run: dotnet test /p:Configuration=$env:BUILD_CONFIG --no-restore --no-build --verbosity normal - - name: Publish - run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} \ No newline at end of file + #- name: Publish + #run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}