a couple of quick changes to allow building in the docker-compose.ci.build.yml

This commit is contained in:
glennc 2017-03-05 19:55:46 -08:00
parent 9e2500071a
commit 4aafa813f5
6 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json" />
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnet-feb2017-patch/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

View File

@ -60,7 +60,7 @@
</ItemGroup>
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
<Exec Command="bower install" />
<Exec Command="bower install --allow-root" />
<Exec Command="dotnet bundle" />
</Target>

File diff suppressed because one or more lines are too long

View File

@ -40,7 +40,7 @@
</ItemGroup>
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
<Exec Command="bower install" />
<Exec Command="bower install --allow-root" />
<Exec Command="dotnet bundle" Condition="'$(ASPNETCORE_ENVIRONMENT)'!='Development'" />
</Target>

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,8 @@
</PropertyGroup>
<ItemGroup>
<Content Include="settings.json;web.config">
<!--<Content Include="settings.json;web.config">-->
<Content Include="settings.json">
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</Content>
</ItemGroup>