We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40ca1e commit aa7e057Copy full SHA for aa7e057
.github/workflows/publish-nuget.yml
@@ -30,14 +30,8 @@ jobs:
30
- name: Build Project
31
run: dotnet build ./Testimize/Testimize.csproj --configuration Release --no-restore
32
33
- - name: Ensure output directory exists
34
- run: mkdir -p ./nupkg
35
-
36
- name: Pack NuGet Package
37
run: dotnet pack ./Testimize/Testimize.csproj --configuration Release --no-build --output ./nupkg
38
39
- - name: List contents of nupkg folder (debugging)
40
- run: ls -la ./nupkg
41
42
- name: Push to NuGet.org
43
run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGETKEY }} --source https://api.nuget.org/v3/index.json
0 commit comments