Skip to content

Commit 98bc7b0

Browse files
Merge pull request #8 from PepperDash/feature/switch-from-submodule-to-nuget-package
Feature/switch from submodule to nuget package
2 parents d78fc1d + aeb43e6 commit 98bc7b0

39 files changed

+31
-175
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ jobs:
5959
run: |
6060
Write-Output ${{ env.VERSION }}
6161
./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
62+
- name: restore Nuget Packages
63+
run: nuget install .\packages.config -OutputDirectory .\packages -ExcludeVersion
6264
- name: Login to Docker
6365
uses: azure/docker-login@v1
6466
with:

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "EssentialsBuilds"]
2-
path = EssentialsBuilds
3-
url=https://github.com/PepperDash/Essentials-Builds.git

EssentialsBuilds

Lines changed: 0 additions & 1 deletion
This file was deleted.

PDT.EssentialsPluginTemplate.EPI/PDT.EssentialsPluginTemplate.EPI.csproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,26 @@
4646
<GenerateSerializationAssemblies>off</GenerateSerializationAssemblies>
4747
</PropertyGroup>
4848
<ItemGroup>
49+
<Reference Include="Essentials Devices Common, Version=1.6.2.33892, Culture=neutral, processorArchitecture=MSIL">
50+
<SpecificVersion>False</SpecificVersion>
51+
<HintPath>..\packages\PepperDashEssentials\lib\net35\Essentials Devices Common.dll</HintPath>
52+
</Reference>
4953
<Reference Include="mscorlib" />
5054
<Reference Include="PepperDashEssentials, Version=1.4.19.29953, Culture=neutral, processorArchitecture=MSIL">
5155
<SpecificVersion>False</SpecificVersion>
52-
<HintPath>..\EssentialsBuilds\PepperDashEssentials.dll</HintPath>
56+
<HintPath>..\packages\PepperDashEssentials\lib\net35\PepperDashEssentials.dll</HintPath>
5357
</Reference>
5458
<Reference Include="PepperDash_Core, Version=1.0.20.28344, Culture=neutral, processorArchitecture=MSIL">
5559
<SpecificVersion>False</SpecificVersion>
56-
<HintPath>..\EssentialsBuilds\PepperDash_Core.dll</HintPath>
60+
<HintPath>..\packages\PepperDashEssentials\lib\net35\PepperDash_Core.dll</HintPath>
5761
</Reference>
5862
<Reference Include="PepperDash_Essentials_Core, Version=1.4.19.29946, Culture=neutral, processorArchitecture=MSIL">
5963
<SpecificVersion>False</SpecificVersion>
60-
<HintPath>..\EssentialsBuilds\PepperDash_Essentials_Core.dll</HintPath>
64+
<HintPath>..\packages\PepperDashEssentials\lib\net35\PepperDash_Essentials_Core.dll</HintPath>
6165
</Reference>
6266
<Reference Include="PepperDash_Essentials_DM, Version=1.3.7177.29951, Culture=neutral, processorArchitecture=MSIL">
6367
<SpecificVersion>False</SpecificVersion>
64-
<HintPath>..\EssentialsBuilds\PepperDash_Essentials_DM.dll</HintPath>
68+
<HintPath>..\packages\PepperDashEssentials\lib\net35\PepperDash_Essentials_DM.dll</HintPath>
6569
</Reference>
6670
<Reference Include="SimplSharpCustomAttributesInterface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1099c178b3b54c3b, processorArchitecture=MSIL">
6771
<SpecificVersion>False</SpecificVersion>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)