From f01d9ea7dcf97fc1e647bbc4b4e6924c54c869f2 Mon Sep 17 00:00:00 2001 From: Johannes Tuerk Date: Fri, 8 Dec 2023 15:51:40 +0100 Subject: [PATCH] pipeline Signed-off-by: Johannes Tuerk --- .github/workflows/publish-nuget.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}}