File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -60,17 +60,18 @@ jobs:
60
60
done
61
61
62
62
- name : GIT commit and push overriding conflicts with local changes (verbose)
63
+ continue-on-error : true
63
64
run : |
64
65
git commit -m "Update version to ${{ env.RELEASE_VERSION }}"
65
66
git fetch origin
66
67
git rebase --strategy-option=theirs origin/main
67
68
git push
68
-
69
+
69
70
- name : Build and package
70
71
run : |
71
72
IFS=$'\n' # Set the Internal Field Separator to newline for reading multi-line variable
72
73
for PROJECT in $PROJECTS; do
73
- dotnet package -c Release -o ./nuget "$PROJECT"
74
+ dotnet build -c Release -o ./nuget "$PROJECT"
74
75
done
75
76
76
77
- name : Publish to NuGet
Original file line number Diff line number Diff line change 9
9
<Description >A sdk to build Moss extensions easily</Description >
10
10
<PackageProjectUrl >https://github.com/RedTTGMoss/Moss.NET.SDK</PackageProjectUrl >
11
11
<RepositoryUrl >https://github.com/RedTTGMoss/Moss.NET.SDK</RepositoryUrl >
12
- <Version >1.1 -pre</Version >
12
+ <Version >1.2 -pre</Version >
13
13
<Nullable >enable</Nullable >
14
14
</PropertyGroup >
15
15
You can’t perform that action at this time.
0 commit comments