File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ async function config() {
78
78
[ '@semantic-release/changelog' , {
79
79
'changelogFile' : changelogFile ,
80
80
} ] ,
81
+ // Updates the project version in the semantic release prepare step
81
82
[ '@droidsolutions-oss/semantic-release-update-file' , {
82
83
'files' : [
83
84
{
@@ -103,6 +104,10 @@ async function config() {
103
104
// 'successCmd': 'ls -la /home/runner/work/Parse-SDK-dotNET/Parse-SDK-dotNET/Parse/bin 2>/dev/null',
104
105
// 'failCmd': 'ls -la /home/runner/work/Parse-SDK-dotNET/Parse-SDK-dotNET/Parse/bin 2>/dev/null',
105
106
// }],
107
+ // Build the DLL file after the version has been updated
108
+ [ "@semantic-release/exec" , {
109
+ 'prepareCmd' : 'dotnet build ./Parse/Parse.csproj -c Release' ,
110
+ } ] ,
106
111
[ '@droidsolutions-oss/semantic-release-nuget' , {
107
112
projectPath : './Parse/Parse.csproj' ,
108
113
includeSymbols : true ,
You can’t perform that action at this time.
0 commit comments