We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98b54a commit e517360Copy full SHA for e517360
1 file changed
.github/workflows/nuget-push-to-esdm-nexus.yml
@@ -20,8 +20,6 @@ jobs:
20
run: dotnet build -c Release
21
- name: Create NuGet package
22
run: dotnet pack -c Release
23
- - name: Publish NuGet package
24
- run: dotnet nuget push **/*.nupkg --source ${{ secrets.ESDM_NUGET_HOSTED_URL }}
25
- name: Find and Push NuGet packages
26
run: |
27
PACKAGES=$(find . -name "*.nupkg" | grep -E "cloudscribe|sts\.Common")
0 commit comments