Skip to content

Commit

Permalink
Add Artifact generation
Browse files Browse the repository at this point in the history
Closes #37
  • Loading branch information
baynezy committed Jan 3, 2024
1 parent 9c6af97 commit 47fa535
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -444,4 +444,7 @@ MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/

# End of https://www.toptal.com/developers/gitignore/api/dotnetcore,rider,vs
# End of https://www.toptal.com/developers/gitignore/api/dotnetcore,rider,vs

# exe build
output/
2 changes: 2 additions & 0 deletions src/Console/Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>SiteWarmer</AssemblyName>
<PublishSingleFile>true</PublishSingleFile>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 47fa535

Please sign in to comment.