Skip to content

Commit aa7e057

Browse files
restore
1 parent f40ca1e commit aa7e057

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,8 @@ jobs:
3030
- name: Build Project
3131
run: dotnet build ./Testimize/Testimize.csproj --configuration Release --no-restore
3232

33-
- name: Ensure output directory exists
34-
run: mkdir -p ./nupkg
35-
3633
- name: Pack NuGet Package
3734
run: dotnet pack ./Testimize/Testimize.csproj --configuration Release --no-build --output ./nupkg
3835

39-
- name: List contents of nupkg folder (debugging)
40-
run: ls -la ./nupkg
41-
4236
- name: Push to NuGet.org
4337
run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGETKEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)