Skip to content

Commit

Permalink
Fix publish problem
Browse files Browse the repository at this point in the history
  • Loading branch information
OmidID committed Aug 4, 2020
1 parent ad2d510 commit 9b33939
Show file tree
Hide file tree
Showing 15 changed files with 112,542 additions and 1,382 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ bld/
/src/DotNetBlog.Admin/node_modules
/src/DotNetBlog.Admin/**/*.js.map
/src/DotNetBlog.Web/wwwroot/app/**/*.js.map
/src/DotNetBlog.Web/wwwroot/dist
/src/DotNetBlog.Web/wwwroot/upload
/src/DotNetBlog.Web/wwwroot/app/dist
!/src/DotNetBlog.Web/wwwroot/app/webpack.config.js
Expand Down
11 changes: 0 additions & 11 deletions Nuget.config

This file was deleted.

4 changes: 0 additions & 4 deletions src/DotNetBlog.Core/DotNetBlog.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<VersionPrefix>1.2.0</VersionPrefix>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>DotNetBlog.Core</AssemblyName>
<PackageId>DotNetBlog.Core</PackageId>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
</PropertyGroup>

<ItemGroup>
Expand Down
18 changes: 0 additions & 18 deletions src/DotNetBlog.Core/Properties/AssemblyInfo.cs

This file was deleted.

19 changes: 1 addition & 18 deletions src/DotNetBlog.Web/DotNetBlog.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<VersionPrefix>1.2.0</VersionPrefix>
<TargetFramework>netcoreapp3.1</TargetFramework>
<MvcRazorCompileOnPublish>true</MvcRazorCompileOnPublish>
<PreserveCompilationContext>true</PreserveCompilationContext>
<PublishWithAspNetCoreTargetManifest>false</PublishWithAspNetCoreTargetManifest>
<AssemblyName>DotNetBlog.Web</AssemblyName>
<OutputType>Exe</OutputType>
<PackageId>DotNetBlog.Web</PackageId>
<Version>1.3.0</Version>
</PropertyGroup>

<ItemGroup>
<Content Remove="bundleconfig.json" />
</ItemGroup>

<ItemGroup>
<Content Update="NLog.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand All @@ -26,7 +16,6 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</None>
<None Include="bundleconfig.json" />
<None Include="config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
Expand All @@ -49,12 +38,6 @@
<PackageReference Include="NLog.Extensions.Logging" Version="1.6.4" />
</ItemGroup>

<ItemGroup>
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="1.0.0" />
<DotNetCliToolReference Include="Microsoft.DotNet.Watcher.Tools" Version="1.0.0" />
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="1.0.0" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Resources\Views\Install\Index.en-GB.resx">
<Generator>ResXFileCodeGenerator</Generator>
Expand Down
Loading

0 comments on commit 9b33939

Please sign in to comment.