This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
a couple of quick changes to allow building in the docker-compose.ci.build.yml
pull/78/head
glennc
8 years ago
parent
9e2500071a
commit
4aafa813f5
6 changed files
with
7 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
NuGet.config
+1
-1
src/Services/Identity/Identity.API/Identity.API.csproj
+1
-1
src/Services/Identity/Identity.API/wwwroot/css/site.min.css
+1
-1
src/Web/WebMVC/WebMVC.csproj
+1
-1
src/Web/WebMVC/wwwroot/css/site.min.css
+2
-1
test/Services/FunctionalTests/FunctionalTests.csproj
+ 1
- 1
NuGet.config
View File
@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="AspNetCore" value="https://dotnet.myget.org/F/aspnet
core-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>
+ 1
- 1
src/Services/Identity/Identity.API/Identity.API.csproj
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>
+ 1
- 1
src/Services/Identity/Identity.API/wwwroot/css/site.min.css
File diff suppressed because it is too large
View File
+ 1
- 1
src/Web/WebMVC/WebMVC.csproj
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>
+ 1
- 1
src/Web/WebMVC/wwwroot/css/site.min.css
File diff suppressed because it is too large
View File
+ 2
- 1
test/Services/FunctionalTests/FunctionalTests.csproj
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>
Write
Preview
Loading…
Cancel
Save