We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8319c73 commit 421eab2Copy full SHA for 421eab2
1 file changed
.github/workflows/nuget-publish.yml .github/workflows/build.yml.github/workflows/nuget-publish.yml renamed to .github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: Publish NuGet (on [build] commit)
+name: Build project (on [build] commit)
2
3
on:
4
push:
@@ -31,18 +31,3 @@ jobs:
31
run: |
32
dotnet build ./SwDevtools.slnx -c Release --no-restore || `
33
dotnet build ./SwDevtools.csproj -c Release --no-restore
34
-
35
- - name: Pack NuGet (Release)
36
- shell: pwsh
37
- run: |
38
- dotnet pack ./SwDevtools.csproj `
39
- -c Release `
40
- -o artifacts `
41
- --no-build
42
43
- - name: Push package to NuGet.org
44
45
- dotnet nuget push "artifacts/*.nupkg" `
46
- --source https://api.nuget.org/v3/index.json `
47
- --api-key ${{ secrets.NUGET_API_KEY }} `
48
- --skip-duplicate
0 commit comments