fixe workflow

This commit is contained in:
Damien Ostler 2024-01-27 08:15:23 -05:00
parent 3834402dee
commit 1672764644
3 changed files with 10 additions and 14 deletions

View File

@ -17,14 +17,14 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ArtPlatform.Database\ArtPlatform.Database.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\.dockerignore">
<Link>.dockerignore</Link>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ArtPlatform.Database\ArtPlatform.Database.csproj" />
</ItemGroup>
</Project>

View File

@ -7,8 +7,4 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ArtPlatform.Database\ArtPlatform.Database.csproj" />
</ItemGroup>
</Project>

View File

@ -1,21 +1,17 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArtPlatform.Database", "ArtPlatform.Database\ArtPlatform.Database.csproj", "{9DCB0135-782C-4C88-9E1A-A45E754B750A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArtPlatform.Database.Migrator", "ArtPlatform.Database.Migrator\ArtPlatform.Database.Migrator.csproj", "{FD7E7FCB-2926-4FA6-BF52-84608461786D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArtPlatform.API", "ArtPlatform.API\ArtPlatform.API.csproj", "{83F914D0-0C7A-47F7-A7D7-F9296AD00A97}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArtPlatform.Database", "ArtPlatform.Database\ArtPlatform.Database.csproj", "{0D3B41AA-4D1A-4DF2-A5BB-E8BA74B19422}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9DCB0135-782C-4C88-9E1A-A45E754B750A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DCB0135-782C-4C88-9E1A-A45E754B750A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DCB0135-782C-4C88-9E1A-A45E754B750A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DCB0135-782C-4C88-9E1A-A45E754B750A}.Release|Any CPU.Build.0 = Release|Any CPU
{FD7E7FCB-2926-4FA6-BF52-84608461786D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD7E7FCB-2926-4FA6-BF52-84608461786D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD7E7FCB-2926-4FA6-BF52-84608461786D}.Release|Any CPU.ActiveCfg = Release|Any CPU
@ -24,6 +20,10 @@ Global
{83F914D0-0C7A-47F7-A7D7-F9296AD00A97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83F914D0-0C7A-47F7-A7D7-F9296AD00A97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83F914D0-0C7A-47F7-A7D7-F9296AD00A97}.Release|Any CPU.Build.0 = Release|Any CPU
{0D3B41AA-4D1A-4DF2-A5BB-E8BA74B19422}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D3B41AA-4D1A-4DF2-A5BB-E8BA74B19422}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D3B41AA-4D1A-4DF2-A5BB-E8BA74B19422}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D3B41AA-4D1A-4DF2-A5BB-E8BA74B19422}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection