Make dotnet publish use Linux configuration

This commit is contained in:
jvyden 2021-10-19 23:18:20 -04:00
commit f93d14fff5
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
2 changed files with 10 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
dotnet-version: "5.0.x"
- name: Compile
run: dotnet publish
run: dotnet publish -c Linux
- uses: actions/upload-artifact@v2
with:

View file

@ -2,7 +2,15 @@
<project version="4">
<component name="UserContentModel">
<attachedFolders />
<explicitIncludes />
<explicitIncludes>
<Path>.github</Path>
<Path>.gitignore</Path>
<Path>LICENSE</Path>
<Path>README.md</Path>
<Path>UnionPatcher.sln.DotSettings</Path>
<Path>UnionPatcher.sln.DotSettings.user</Path>
<Path>global.json</Path>
</explicitIncludes>
<explicitExcludes />
</component>
</project>