File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
MetadataProcessor.Core/Tables Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,8 @@ static nanoSignaturesTable()
68
68
PrimitiveTypes . Add ( typeof ( object ) . FullName , nanoCLR_DataType . DATATYPE_OBJECT ) ;
69
69
PrimitiveTypes . Add ( typeof ( IntPtr ) . FullName , nanoCLR_DataType . DATATYPE_I4 ) ;
70
70
PrimitiveTypes . Add ( typeof ( UIntPtr ) . FullName , nanoCLR_DataType . DATATYPE_U4 ) ;
71
-
72
- PrimitiveTypes . Add ( typeof ( WeakReference ) . FullName , nanoCLR_DataType . DATATYPE_WEAKCLASS ) ;
73
71
74
- PrimitiveTypes . Add ( typeof ( RuntimeTypeHandle ) . FullName , nanoCLR_DataType . DATATYPE_REFLECTION ) ;
75
- PrimitiveTypes . Add ( typeof ( RuntimeFieldHandle ) . FullName , nanoCLR_DataType . DATATYPE_REFLECTION ) ;
76
- PrimitiveTypes . Add ( typeof ( RuntimeMethodHandle ) . FullName , nanoCLR_DataType . DATATYPE_REFLECTION ) ;
72
+ PrimitiveTypes . Add ( typeof ( WeakReference ) . FullName , nanoCLR_DataType . DATATYPE_WEAKCLASS ) ;
77
73
}
78
74
79
75
/// <summary>
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3
- "version" : " 2.27 " ,
3
+ "version" : " 2.28 " ,
4
4
"release" : {
5
5
"branchName" : " release-v{version}" ,
6
6
"versionIncrement" : " build" ,
14
14
},
15
15
"publicReleaseRefSpec" : [
16
16
" ^refs/heads/master$" ,
17
+ " ^refs/heads/develop$" ,
17
18
" ^refs/heads/v\\ d+(?:\\ .\\ d+)?$"
18
19
],
19
20
"cloudBuild" : {
20
21
"setAllVariables" : true ,
21
22
"buildNumber" : {
22
23
"enabled" : true ,
23
24
"includeCommitId" : {
24
- "when" : " never "
25
+ "when" : " nonPublicReleaseOnly "
25
26
}
26
27
}
27
28
}
You can’t perform that action at this time.
0 commit comments