Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
self conntained
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Jan 24, 2020
1 parent c95521f commit a36849d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
dotnet-version: 3.1.101
- name: make
run: dotnet publish ./EhTagApi --configuration Release -o $GITHUB_WORKSPACE/publish
run: dotnet publish ./EhTagApi --configuration Release -o $GITHUB_WORKSPACE/publish -r win10-x64 --self-contained
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down
1 change: 0 additions & 1 deletion EhTagApi/EhTagApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Octokit" Version="0.36.0" />
Expand Down

0 comments on commit a36849d

Please sign in to comment.