Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Gaev.BlazorOnAspNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Global
{6856E24E-42F3-4D6C-A177-B3AF7FF67D1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6856E24E-42F3-4D6C-A177-B3AF7FF67D1E}.Release|Any CPU.Build.0 = Release|Any CPU
{CEAC856F-6F18-4FDA-91C8-838380946527}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEAC856F-6F18-4FDA-91C8-838380946527}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEAC856F-6F18-4FDA-91C8-838380946527}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEAC856F-6F18-4FDA-91C8-838380946527}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions OldAspNetApp/OldAspNetApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@
</PropertyGroup>
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))"/>
</Target>
<PropertyGroup>
<PostBuildEvent>
set SolutionDir=$(SolutionDir)
dotnet build -c $(ConfigurationName) "$(SolutionDir)\BlazorWasmApp\BlazorWasmApp.csproj"
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down