Skip to content

Commit

Permalink
Merge pull request #17 from loanmarket/revert-to-deb3514
Browse files Browse the repository at this point in the history
Revert changes
  • Loading branch information
AliArmanLMG authored Sep 26, 2024
2 parents 41d3dc3 + 9f8e94f commit 8836379
Show file tree
Hide file tree
Showing 41 changed files with 272 additions and 10,867 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
- name: Add Nuget Sources
run: dotnet nuget add source https://nuget.pkg.github.com/loanmarket/index.json --name lmgithubnuget --username license.admin@loanmarket.com.au --password ${{secrets.LOAN_MARKET_TOKEN_READ_ONLY }} --store-password-in-clear-text
- name: Restore Samples
run: dotnet restore ./samples/MyCRM.Lodgement.Sample.sln
- name: Build Samples
run: dotnet build --configuration Release --no-restore ./samples/MyCRM.Lodgement.Sample.sln
- name: Test Samples
run: dotnet test --no-restore --verbosity normal ./samples/MyCRM.Lodgement.Sample.Tests/MyCRM.Lodgement.Sample.Tests.csproj
- name: Build Docker image
run: |
echo ${{secrets.LOAN_MARKET_TOKEN_READ_ONLY }}> ./nugetLoginToken.secret
docker build . -f ./samples/MyCRM.Lodgement.Sample/Dockerfile -t lodgementsample:latest --secret id=NUGET_LOGIN_TOKEN,src=./nugetLoginToken.secret
- name: Save Docker image to file
run: docker save lodgementsample:latest -o lodgementsample-docker-image.tar
- name: Save Docker image as an artifact
uses: actions/upload-artifact@v3
with:
name: lodgementsample-docker-image
path: lodgementsample-docker-image.tar

Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<OutputType>Exe</OutputType>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.12" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.12" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.12" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.12" />
<PackageReference Include="xunit" Version="2.9.1" />
<PackageReference Include="xunit.runner.utility" Version="2.9.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.utility" Version="2.4.1" />
</ItemGroup>

<ItemGroup>
Expand Down

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions samples/MyCRM.Lodgement.Core/Enums/ApplicationScenario.cs

This file was deleted.

Loading

0 comments on commit 8836379

Please sign in to comment.