Skip to content

Commit

Permalink
Only building for linux now
Browse files Browse the repository at this point in the history
  • Loading branch information
BobJWalker committed Mar 11, 2024
1 parent 2bc7036 commit 3c1cbdd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>linux-x64</RuntimeIdentifiers>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
<RepositoryUrl>https://github.com/OctopusSamples/OctoPetShop.git</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="dbup" Version="4.2.0">
Expand All @@ -18,8 +17,4 @@
<ItemGroup>
<EmbeddedResource Include="scripts/*.sql" />
</ItemGroup>
<ItemGroup>
<None Update="deploy.sh" CopyToOutputDirectory="PreserveNewest" />
<None Update="deploy.ps1" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>
2 changes: 0 additions & 2 deletions src/OctopusSamples.OctoPetShop.Database/deploy.ps1

This file was deleted.

3 changes: 0 additions & 3 deletions src/OctopusSamples.OctoPetShop.Database/deploy.sh

This file was deleted.

0 comments on commit 3c1cbdd

Please sign in to comment.