Skip to content

Commit 8a3494d

Browse files
committed
fixup! Implemented launch profile in the Build project and switched publishing via it
1 parent a376ba3 commit 8a3494d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
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: |

build/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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",

0 commit comments

Comments
 (0)