Skip to content

Commit cedb0b1

Browse files
committed
Fix build problems on Linux
The difference in casing between the file and the reference in the project file produced errors building on Azure DevOps on an Ubuntu system.
1 parent 118d271 commit cedb0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/AbpCompanyName.AbpProjectName.AngularUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<Compile Remove="dist" />
17-
<None Include="App.config" />
17+
<None Include="app.config" />
1818
<None Update="wwwroot\**\*;web.config">
1919
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
2020
</None>

0 commit comments

Comments
 (0)