File tree Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Expand file tree Collapse file tree 4 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1
1
name : MiddyNet Continuous Integration
2
2
3
- on : push
3
+ on :
4
+ push :
5
+ branches :
6
+ - ' **'
7
+ tags-ignore :
8
+ - preview-* # Don't run the CI build when publishing the preview nugets
9
+ - release-* # Don't run the CI build when publishing the release nugets
4
10
5
11
jobs :
6
12
build :
Original file line number Diff line number Diff line change 1
1
name : MiddyNet Preview Continous Deployment
2
2
on :
3
- workflow_run :
4
- workflows :
5
- - " MiddyNet Continuous Integration"
3
+ push :
6
4
branches :
7
5
- main
8
- types :
9
- - completed
10
6
tags :
11
7
- preview-*
12
8
13
9
jobs :
14
10
build :
15
- if : ${{ github.event.workflow_run.conclusion == 'success' }}
16
-
17
11
env :
18
12
BUILD_CONFIG : Release
19
13
VERSION_SUFFIX : -rc1.${{ github.run_number }}
Original file line number Diff line number Diff line change 1
1
name : MiddyNet Release Continous Deployment
2
2
on :
3
- workflow_run :
4
- workflows :
5
- - " MiddyNet Continuous Integration"
3
+ push :
6
4
branches :
7
5
- main
8
- types :
9
- - completed
10
6
tags :
11
7
- release-*
12
8
Original file line number Diff line number Diff line change 5
5
</PropertyGroup >
6
6
7
7
<PropertyGroup Label =" MiddyNet Versions" >
8
- <middynet >1.2.0 $(VersionSuffix)</middynet >
8
+ <middynet >1.2.1 $(VersionSuffix)</middynet >
9
9
</PropertyGroup >
10
10
</Project >
You can’t perform that action at this time.
0 commit comments