Skip to content

Commit 315c9a4

Browse files
committed
fixed cake build problem
1 parent 5ef484c commit 315c9a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Param(
3232
)
3333

3434
$CakeVersion = "0.23.0"
35-
$DotNetChannel = "LTS";
36-
$DotNetVersion = "2.0.2";
35+
$DotNetChannel = "Current";
36+
$DotNetVersion = "2.1.302";
3737
$DotNetInstallerUri = "https://dot.net/v1/dotnet-install.ps1";
3838
$NugetUrl = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
3939

test/aspnet-mvc-demo/AbpAspNetMvcDemo/AbpAspNetMvcDemo.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,9 @@
363363
<Content Include="Scripts\umd\popper-utils.min.js" />
364364
<Content Include="Scripts\umd\popper.js" />
365365
<Content Include="Scripts\umd\popper.min.js" />
366-
<Content Include="Web.config" />
366+
<Content Include="Web.config">
367+
<SubType>Designer</SubType>
368+
</Content>
367369
<Content Include="Web.Debug.config">
368370
<DependentUpon>Web.config</DependentUpon>
369371
</Content>
@@ -441,8 +443,6 @@
441443
</PropertyGroup>
442444
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
443445
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
444-
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
445-
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
446446
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
447447
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
448448
</Target>

0 commit comments

Comments
 (0)