Skip to content

Commit b977a3f

Browse files
authored
Update dotnet.yml
1 parent 41a6764 commit b977a3f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,5 @@ jobs:
2020
run: dotnet build "./ServerlessWorkflow.Sdk.sln" --configuration Release --no-restore
2121
#- name: Test
2222
# run: dotnet test "./ServerlessWorkflow.Sdk.sln" --no-restore --verbosity detailed
23-
- name: Push
24-
uses: brandedoutcast/publish-nuget@v2.5.2
25-
with:
26-
PROJECT_FILE_PATH: src/ServerlessWorkflow.Sdk/ServerlessWorkflow.Sdk.csproj
27-
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
28-
29-
23+
- name: Push1
24+
run: dotnet nuget push "./src/*/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy