Skip to content

Commit

Permalink
Attempting to clean up GitHub action container build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckechney committed Dec 13, 2023
1 parent 610086f commit b0466eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SqlBuildManager.Console/sbm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
<TargetFramework>net8.0</TargetFramework>
<ApplicationIcon>..\SqlSync\Images\Database-commandline.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<RestoreFallbackFolders>clear</RestoreFallbackFolders>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
</PropertyGroup>

<ItemGroup>
<Compile Remove="ProcessHelper.cs" />
</ItemGroup>
Expand Down

0 comments on commit b0466eb

Please sign in to comment.