Skip to content

Commit e517360

Browse files
authored
Update nuget-push-to-esdm-nexus.yml
1 parent a98b54a commit e517360

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/nuget-push-to-esdm-nexus.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
run: dotnet build -c Release
2121
- name: Create NuGet package
2222
run: dotnet pack -c Release
23-
- name: Publish NuGet package
24-
run: dotnet nuget push **/*.nupkg --source ${{ secrets.ESDM_NUGET_HOSTED_URL }}
2523
- name: Find and Push NuGet packages
2624
run: |
2725
PACKAGES=$(find . -name "*.nupkg" | grep -E "cloudscribe|sts\.Common")

0 commit comments

Comments
 (0)