File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
name : release
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
push :
5
6
branches : [ "master" ]
6
7
20
21
uses : actions/setup-dotnet@v3
21
22
with :
22
23
dotnet-version : 8
24
+ source-url : https://pkgs.dev.azure.com/fizzcode/ArtifactFeed/_packaging/FizzSuiteFeed/nuget/v3/index.json
25
+ env :
26
+ NUGET_AUTH_TOKEN : ${{ secrets.AZURE_DEVOPS_APIKEY }}
23
27
24
28
- name : Restore
25
29
run : dotnet restore /p:Configuration=${{ env.Configuration }} --verbosity normal
39
43
- name : Push to nuget.org
40
44
run : dotnet nuget push .packages\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_ORG_APIKEY }}
41
45
46
+ - name : Push to AzureDevops
47
+ run : dotnet nuget push .packages\*.nupkg --source https://pkgs.dev.azure.com/fizzcode/ArtifactFeed/_packaging/FizzSuiteFeed/nuget/v3/index.json --api-key AzureArtifacts
48
+
42
49
- name : Create tag
43
50
uses : actions/github-script@v7
44
51
with :
You can’t perform that action at this time.
0 commit comments