Skip to content

Commit af63dde

Browse files
committed
Updated GA script.
1 parent 5deb76c commit af63dde

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ jobs:
3838
6.0.x
3939
7.0.x
4040
8.0.x
41+
9.0.x
4142
4243
- name: Setup NuGet package reference
4344
run: |
44-
dotnet nuget add source ${{secrets.GH_LOCAL_NUGET_URL}} -n ref1 -u ${{secrets.GH_LOCAL_NUGET_USER}} -p ${{secrets.GH_LOCAL_NUGET_PASSWORD}} --store-password-in-clear-text --configfile nuget.config
45+
# dotnet nuget add source ${{secrets.GH_LOCAL_NUGET_URL}} -n ref1 -u ${{secrets.GH_LOCAL_NUGET_USER}} -p ${{secrets.GH_LOCAL_NUGET_PASSWORD}} --store-password-in-clear-text --configfile nuget.config
4546
# dotnet nuget add source ${{secrets.GH_NUGET_URL}} -n ref2 -u ${{secrets.GH_NUGET_USER}} -p ${{secrets.GH_NUGET_PASSWORD}} --store-password-in-clear-text --configfile nuget.config
4647

4748
#-----------------------------------------------------------------------
@@ -63,11 +64,11 @@ jobs:
6364
#-----------------------------------------------------------------------
6465
# Deploy packages (develop)
6566

66-
- name: Deploy NuGet package (develop/ref1)
67-
if: startsWith( github.ref, 'refs/tags/' )
68-
run: |
69-
dotnet nuget push artifacts/FlashCap.*.nupkg --source ref1
70-
dotnet nuget push artifacts/FSharp.FlashCap.*.nupkg --source ref1
67+
#- name: Deploy NuGet package (develop/ref1)
68+
# if: startsWith( github.ref, 'refs/tags/' )
69+
# run: |
70+
# dotnet nuget push artifacts/FlashCap.*.nupkg --source ref1
71+
# dotnet nuget push artifacts/FSharp.FlashCap.*.nupkg --source ref1
7172

7273
#-----------------------------------------------------------------------
7374
# Deploy packages (main)

0 commit comments

Comments
 (0)