We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fc309 commit 9cc6cfbCopy full SHA for 9cc6cfb
.github/workflows/release.yml
@@ -22,12 +22,6 @@ jobs:
22
run: dotnet build --no-restore --configuration Release
23
- name: Test
24
run: dotnet test --no-build --verbosity normal --configuration Release
25
- - name: Upload Nuget Build Artifact
26
- uses: actions/[email protected]
27
- with:
28
- name: ScreenCapture.NET-Nugets
29
- path: bin/*nupkg
30
- if-no-files-found: error
31
- name: Nuget Push
32
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
33
- name: Symbols Push
0 commit comments