File tree Expand file tree Collapse file tree 3 files changed +53
-0
lines changed
src/Escendit.Tools.CodeAnalysis.xUnitAnalyzers Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change 3535 with :
3636 global-json-file : global.json
3737 cache : ' true'
38+ cache-dependency-path : ' **/packages.lock.json'
3839
3940 - name : Set Default TAG
4041 run : echo "TAG=v0.0.0" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 11<Project >
2+ <!-- NuGet Restore -->
3+ <PropertyGroup >
4+ <RestoreLockedMode Condition =" '$(CI)' == 'true'" >true</RestoreLockedMode >
5+ <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
6+ </PropertyGroup >
27 <!-- SourceLink -->
38 <PropertyGroup >
49 <RepositoryType >git</RepositoryType >
Original file line number Diff line number Diff line change 1+ {
2+ "version" : 2 ,
3+ "dependencies" : {
4+ ".NETStandard,Version=v2.0" : {
5+ "Escendit.Tools.Branding" : {
6+ "type" : " Direct" ,
7+ "requested" : " [1.2.0, )" ,
8+ "resolved" : " 1.2.0" ,
9+ "contentHash" : " Tleka3RGcnG623z+4nxdGKINEQn9roCuNOPe0UHqckl4tndXfXEkWezEx011apR45Lqvc33KKrRnlDKv9kbRQQ=="
10+ },
11+ "NETStandard.Library" : {
12+ "type" : " Direct" ,
13+ "requested" : " [2.0.3, )" ,
14+ "resolved" : " 2.0.3" ,
15+ "contentHash" : " st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==" ,
16+ "dependencies" : {
17+ "Microsoft.NETCore.Platforms" : " 1.1.0"
18+ }
19+ },
20+ "xunit.analyzers" : {
21+ "type" : " Direct" ,
22+ "requested" : " [1.23.0, )" ,
23+ "resolved" : " 1.23.0" ,
24+ "contentHash" : " WCkO1FPTWoESLhghoXA881CulRYpve0UrXLsL5aYcLQd9SlD+oADb16NAP+SE5o3w0FM2MzGTklBwY8yUfj0ng=="
25+ },
26+ "Microsoft.NETCore.Platforms" : {
27+ "type" : " Transitive" ,
28+ "resolved" : " 1.1.0" ,
29+ "contentHash" : " kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A=="
30+ }
31+ },
32+ ".NETStandard,Version=v2.1" : {
33+ "Escendit.Tools.Branding" : {
34+ "type" : " Direct" ,
35+ "requested" : " [1.2.0, )" ,
36+ "resolved" : " 1.2.0" ,
37+ "contentHash" : " Tleka3RGcnG623z+4nxdGKINEQn9roCuNOPe0UHqckl4tndXfXEkWezEx011apR45Lqvc33KKrRnlDKv9kbRQQ=="
38+ },
39+ "xunit.analyzers" : {
40+ "type" : " Direct" ,
41+ "requested" : " [1.23.0, )" ,
42+ "resolved" : " 1.23.0" ,
43+ "contentHash" : " WCkO1FPTWoESLhghoXA881CulRYpve0UrXLsL5aYcLQd9SlD+oADb16NAP+SE5o3w0FM2MzGTklBwY8yUfj0ng=="
44+ }
45+ }
46+ }
47+ }
You can’t perform that action at this time.
0 commit comments