Skip to content

Commit b5f93c1

Browse files
committed
Oops, I commented the wrong thing
Swapped the comment to remove the NuGet publishing, not the Github publishing! Still for testing #254.
1 parent ad97e45 commit b5f93c1

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/releaseBuild.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ jobs:
4747
with:
4848
name: Build results (NuGet)
4949
path: packages/*.nupkg
50-
# - name: Publish packages to GitHub feed
51-
# if: ${{ github.event_name != 'pull_request' && github.ref_name == 'master' }}
52-
# run: |
53-
# dotnet nuget add source --username ${{ env.GithubNugetUsername }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/csf-dev/index.json"
54-
# for package in packages/*.nupkg
55-
# do
56-
# dotnet nuget push $package --source github
57-
# done
50+
- name: Publish packages to GitHub feed
51+
if: ${{ github.event_name != 'pull_request' && github.ref_name == 'master' }}
52+
run: |
53+
dotnet nuget add source --username ${{ env.GithubNugetUsername }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/csf-dev/index.json"
54+
for package in packages/*.nupkg
55+
do
56+
dotnet nuget push $package --source github
57+
done
5858
5959
build_docs_site:
6060
name: Build the documentation website
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
name: Build results (NuGet)
9797
path: ./packages
98-
- name: Publish to NuGet
99-
run: dotnet nuget push ./packages/*.nupkg --source https://api.nuget.org/v3/index.json
98+
# - name: Publish to NuGet
99+
# run: dotnet nuget push ./packages/*.nupkg --source https://api.nuget.org/v3/index.json
100100

101101

0 commit comments

Comments
 (0)