File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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")
You can’t perform that action at this time.
0 commit comments