File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 - name : Install local tools
3737 run : dotnet tool restore
3838
39- - name : Build and run integration tests
40- run : dotnet run --project build/Build.fsproj --launch-profile PackAndPublish
39+ - name : Pack and push NuGet packages to GitHub
40+ run : dotnet run --project build/Build.fsproj --launch-profile PackAndPush
4141
4242 - name : Pack FSharp.Data.GraphQL.ProjectTemplates template project
4343 run : |
Original file line number Diff line number Diff line change 33 "BuildAndTest" : {
44 "commandName" : " Project"
55 },
6- "PackAndPublish " : {
6+ "PackAndPush " : {
77 "commandName" : " Project" ,
8- "commandLineArgs" : " --target Publish "
8+ "commandLineArgs" : " --target PackAndPush "
99 },
1010 "GenerateDocs" : {
1111 "commandName" : " Project" ,
You can’t perform that action at this time.
0 commit comments