We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bf2bf commit 0e4ff3aCopy full SHA for 0e4ff3a
1 file changed
.github/workflows/nuget-push-to-esdm-nexus.yml
@@ -12,8 +12,8 @@ jobs:
12
uses: actions/setup-dotnet@v4
13
with:
14
dotnet-version: 8.0.x
15
- - name: Something
16
- run: echo "hello" && exit 0
+ - name: Setup NuGet
+ 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
17
- name: Restore dependencies
18
run: dotnet restore
19
- name: Build
0 commit comments