Skip to content

Commit cec8175

Browse files
committed
Update nuget-push-to-esdm-nexus.yml
1 parent 02eee69 commit cec8175

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,15 @@ jobs:
1414
with:
1515
dotnet-version: 8.0.x
1616
- name: Setup NuGet
17-
run: dotnet nuget add source ${{ secrets.NUGET_SOURCE_URL }} -u ${{ secrets.NUGET_USERNAME }} -p ${{ secrets.NUGET_PASSWORD }} \
18-
--store-password-in-clear-text --name esdm-nexus
17+
run: dotnet nuget add source ${{ secrets.NUGET_SOURCE_URL }} -u ${{ secrets.NUGET_USERNAME }} -p ${{ secrets.NUGET_PASSWORD }} --store-password-in-clear-text --name esdm-nexus
1918
- name: Restore dependencies
2019
run: dotnet restore
2120
- name: Build
2221
run: dotnet build -c Release
2322
- name: Create NuGet package
2423
run: dotnet pack -c Release
2524
- name: Auth to other Nexus repo
26-
run: dotnet nuget add source ${{ secrets.ESDM_NUGET_HOSTED_URL }} -u ${{ secrets.NUGET_USERNAME }} -p ${{ secrets.NUGET_PASSWORD }} \
27-
--store-password-in-clear-text --name esdm-nexus-target
25+
run: dotnet nuget add source ${{ secrets.ESDM_NUGET_HOSTED_URL }} -u ${{ secrets.NUGET_USERNAME }} -p ${{ secrets.NUGET_PASSWORD }} --store-password-in-clear-text --name esdm-nexus-target
2826
- name: Find and Push NuGet packages
2927
run: |
3028
PACKAGES=$(find . -name "*.nupkg" | grep -E "cloudscribe|sts\.Common")

0 commit comments

Comments
 (0)