Compare commits
40 Commits
8e9a2a0975
...
36a55e374d
| Author | SHA1 | Date | |
|---|---|---|---|
| 36a55e374d | |||
| d04e2ec56d | |||
| c50560566c | |||
| cf0428dd53 | |||
| 2da07b6da9 | |||
| 55f2c1b862 | |||
| fffbd811ce | |||
| 30b3eb6450 | |||
| dfc5c52003 | |||
| 64390c5430 | |||
| 794e30154b | |||
| 2b3e36f9b9 | |||
| c6468122fd | |||
| b29ff1f1a1 | |||
| 00ba9700e9 | |||
| b4a9d52fcd | |||
| d33f68f0cd | |||
| a674a7300e | |||
| e4f62fff86 | |||
| 3a26eaa335 | |||
| c0fdf241eb | |||
| 7110678c7d | |||
| 724fba4177 | |||
| bb44162bd6 | |||
| f1d2ec2083 | |||
| 6fe6625892 | |||
| 61ba728f35 | |||
| df6b0d56b7 | |||
| 22779715b9 | |||
| e96d6fc2f9 | |||
| 55edcd2a2d | |||
| 606de33d41 | |||
| 41bd905bd2 | |||
| bb4be4885d | |||
| e8f0871230 | |||
| 09d131b89b | |||
| 9aa427aef8 | |||
| 397e13d865 | |||
| ac565e7703 | |||
| 2167003ffd |
@@ -1,9 +1,7 @@
|
|||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
||||||
when:
|
wwhen:
|
||||||
event: pull_request
|
event: push
|
||||||
action:
|
|
||||||
- merge
|
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<MinVerAutoIncrement>patch</MinVerAutoIncrement>
|
<MinVerAutoIncrement>patch</MinVerAutoIncrement>
|
||||||
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
|
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
|
||||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -11,7 +11,6 @@
|
|||||||
<Description>OrdersManagement Entity Framework Data Model</Description>
|
<Description>OrdersManagement Entity Framework Data Model</Description>
|
||||||
<MinVerAutoIncrement>patch</MinVerAutoIncrement>
|
<MinVerAutoIncrement>patch</MinVerAutoIncrement>
|
||||||
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
|
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
|
||||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ namespace SytelineSaAppEfDataModel
|
|||||||
CreateMap<VatCodeAssociation, VatCodeAssociationDto>().ReverseMap();
|
CreateMap<VatCodeAssociation, VatCodeAssociationDto>().ReverseMap();
|
||||||
CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>().ReverseMap();
|
CreateMap<ItemCustPriceAll, ItemCustPriceAllDto>().ReverseMap();
|
||||||
CreateMap<EdiLog, EdiLogDto>().ReverseMap();
|
CreateMap<EdiLog, EdiLogDto>().ReverseMap();
|
||||||
CreateMap<WzRowMarelli, WzRowMarelliDto>().ReverseMap();
|
CreateMap<WzRowMarelli, WzRowMarelliDto>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
<Description>Syteline Entity Framework Data Model</Description>
|
<Description>Syteline Entity Framework Data Model</Description>
|
||||||
<MinVerAutoIncrement>patch</MinVerAutoIncrement>
|
<MinVerAutoIncrement>patch</MinVerAutoIncrement>
|
||||||
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
|
<MinVerMinimumMajorMinor>1.0</MinVerMinimumMajorMinor>
|
||||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user