Skip to content

Commit 0e4ff3a

Browse files
committed
Update nuget-push-to-esdm-nexus.yml
1 parent a0bf2bf commit 0e4ff3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
uses: actions/setup-dotnet@v4
1313
with:
1414
dotnet-version: 8.0.x
15-
- name: Something
16-
run: echo "hello" && exit 0
15+
- name: Setup NuGet
16+
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
1717
- name: Restore dependencies
1818
run: dotnet restore
1919
- name: Build

0 commit comments

Comments
 (0)